aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/routes/Home.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/routes/Home.tsx')
-rw-r--r--frontend/src/routes/Home.tsx7
1 files changed, 7 insertions, 0 deletions
diff --git a/frontend/src/routes/Home.tsx b/frontend/src/routes/Home.tsx
new file mode 100644
index 0000000..a448ffa
--- /dev/null
+++ b/frontend/src/routes/Home.tsx
@@ -0,0 +1,7 @@
+export default function Home() {
+ return (
+ <div>
+ <h1>Home</h1>
+ </div>
+ );
+};