From a82137dc21e886345df01a4cf37e4a58ba1dd801 Mon Sep 17 00:00:00 2001 From: John K Gomez Date: Tue, 28 Apr 2020 14:17:50 +0000 Subject: [PATCH] Upload files to '' --- component-styling.css | 4 ++++ line.jsx | Bin 0 -> 1024 bytes notFound.jsx | 7 +++++++ 3 files changed, 11 insertions(+) create mode 100644 component-styling.css create mode 100644 line.jsx create mode 100644 notFound.jsx 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 0000000000000000000000000000000000000000..06d7405020018ddf3cacee90fd4af10487da3d20 GIT binary patch literal 1024 ScmZQz7zLvtFd70QH3R?z00031 literal 0 HcmV?d00001 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 (

404

); +} + +export default NotFound; \ No newline at end of file