add-school-form
This commit is contained in:
13
src/pages/test/index.tsx
Normal file
13
src/pages/test/index.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import Image from 'next/image'
|
||||
import NavBar from '../../components/NavBar'
|
||||
import { Inter } from 'next/font/google'
|
||||
|
||||
const inter = Inter({ subsets: ['latin'] })
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main>
|
||||
<NavBar />
|
||||
</main>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user