From 655ec610fcce8dd7748f10772d520bdff4f7c78e Mon Sep 17 00:00:00 2001 From: Arne Rief Date: Fri, 19 Dec 2025 20:03:03 +0100 Subject: Basic setup & login --- frontend/src/pages/Dashboard.tsx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 frontend/src/pages/Dashboard.tsx (limited to 'frontend/src/pages/Dashboard.tsx') 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

Placeholder

; +} + +export default Dashboard; -- cgit v1.2.3