add resource page view that more info redirects to

This commit is contained in:
Brandon Egger
2023-03-17 23:14:35 -05:00
parent 4c5466d673
commit 8de276bde5
8 changed files with 136 additions and 77 deletions

View File

@ -12,7 +12,6 @@ const Home: NextPage = () => {
</Head>
<main>
<div className="my-6">
<p>Nothing yet</p>
</div>
</main>
</>