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: e23c576fe4afa144d879d463c06f176489156c0e (
plain
)
1
2
3
4
5
6
7
export default function GolfEntry() { return ( <div> <h1>Golf Entry</h1> </div> ); };