diff --git a/component-styling.css b/component-styling.css new file mode 100644 index 0000000..d9848c3 --- /dev/null +++ b/component-styling.css @@ -0,0 +1,4 @@ +.grid-item { + border: 2px black solid + } + \ No newline at end of file diff --git a/line.jsx b/line.jsx new file mode 100644 index 0000000..06d7405 Binary files /dev/null and b/line.jsx differ diff --git a/notFound.jsx b/notFound.jsx new file mode 100644 index 0000000..22c8905 --- /dev/null +++ b/notFound.jsx @@ -0,0 +1,7 @@ +import React, { Component } from 'react'; + +const NotFound = () => { + return (