index
:
pagoda
main
Pagoda: Community for the Small Web
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
garden
/
src
/
pages
/
home.tsx
blob: 3e07a847f1183255731d9a9a460193d2ea1df8bc (
plain
)
1
2
3
4
5
6
7
export default function Home() { return ( <section> <p></p> </section> ); }