From 49be4dfc3d478ad02876c9238c48c513edac1e7c Mon Sep 17 00:00:00 2001 From: rohan09-raj Date: Thu, 28 Jul 2022 17:56:15 +0530 Subject: refactoring folder structure --- client/src/pages/Update/Update.jsx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 client/src/pages/Update/Update.jsx (limited to 'client/src/pages/Update/Update.jsx') diff --git a/client/src/pages/Update/Update.jsx b/client/src/pages/Update/Update.jsx new file mode 100644 index 0000000..0b448cf --- /dev/null +++ b/client/src/pages/Update/Update.jsx @@ -0,0 +1,7 @@ +import React from 'react' + +const Update = () => { + return
Update
+} + +export default Update -- cgit