index
:
iosdc-japan-2025-albatross
main
iosdc-japan-2025-albatross
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
frontend
/
src
/
routes
/
Home.tsx
blob: a448ffa73475182ac688dcd5e3b11eb2c0af1e2a (
plain
)
1
2
3
4
5
6
7
export default function Home() { return ( <div> <h1>Home</h1> </div> ); };