From 0016f329e7101bd1246bb646686bc01099faba9e Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 30 Jul 2023 20:46:09 +0200 Subject: [PATCH] Created the Home.jsx page --- src/states/Dashboard/pages/Home/Home.jsx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/states/Dashboard/pages/Home/Home.jsx diff --git a/src/states/Dashboard/pages/Home/Home.jsx b/src/states/Dashboard/pages/Home/Home.jsx new file mode 100644 index 0000000..f6f57e6 --- /dev/null +++ b/src/states/Dashboard/pages/Home/Home.jsx @@ -0,0 +1,7 @@ +export const Home = () => { + return ( +
+

Test

+
+ ) +} \ No newline at end of file