aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/src/routes/Home.tsx
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-07-22 04:44:31 +0900
committernsfisis <nsfisis@gmail.com>2024-07-22 04:44:31 +0900
commit14bbc483fdb338c8e55e77f267ecf0d51415549b (patch)
tree6e9130c2c1f76da25c825090bb59220ecf60d971 /frontend/src/routes/Home.tsx
parentd3107cdf9bafbebc4a9cdd6ab91869f8086b3246 (diff)
downloadphperkaigi-2025-albatross-14bbc483fdb338c8e55e77f267ecf0d51415549b.tar.gz
phperkaigi-2025-albatross-14bbc483fdb338c8e55e77f267ecf0d51415549b.tar.zst
phperkaigi-2025-albatross-14bbc483fdb338c8e55e77f267ecf0d51415549b.zip
prettier
Diffstat (limited to 'frontend/src/routes/Home.tsx')
-rw-r--r--frontend/src/routes/Home.tsx8
1 files changed, 3 insertions, 5 deletions
diff --git a/frontend/src/routes/Home.tsx b/frontend/src/routes/Home.tsx
index 62d66b5..176ad35 100644
--- a/frontend/src/routes/Home.tsx
+++ b/frontend/src/routes/Home.tsx
@@ -1,15 +1,13 @@
-import { Link } from 'react-router-dom';
+import { Link } from "react-router-dom";
export default function Home() {
return (
<div>
<h1>Albatross.swift</h1>
- <p>
- iOSDC 2024
- </p>
+ <p>iOSDC 2024</p>
<p>
<Link to="/login/">Login</Link>
</p>
</div>
);
-};
+}