summaryrefslogtreecommitdiff
path: root/frontend/src/pages/Dashboard.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/pages/Dashboard.tsx')
-rw-r--r--frontend/src/pages/Dashboard.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/frontend/src/pages/Dashboard.tsx b/frontend/src/pages/Dashboard.tsx
new file mode 100644
index 0000000..f306c53
--- /dev/null
+++ b/frontend/src/pages/Dashboard.tsx
@@ -0,0 +1,5 @@
+function Dashboard() {
+ return <h1>Placeholder</h1>;
+}
+
+export default Dashboard;