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