aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/pages/Dashboard.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/pages/Dashboard.js b/src/pages/Dashboard.js
new file mode 100644
index 0000000..c7f136d
--- /dev/null
+++ b/src/pages/Dashboard.js
@@ -0,0 +1,12 @@
+import Sidebar from "../components/Sidebar";
+
+const Dashboard = () => {
+ return (
+ <>
+ <Sidebar />
+ </>
+ );
+}
+
+
+export default Dashboard; \ No newline at end of file