gallery/pages/index.tsx
2022-12-29 04:16:30 +01:00

10 lines
No EOL
123 B
TypeScript

import Nav from '../components/Nav'
export default function Home() {
return (
<>
<Nav />
a
</>
)
}