map and table added

This commit is contained in:
Owen Rees
2023-05-23 16:57:07 +02:00
parent e0d363e612
commit 8c67681825
10 changed files with 184 additions and 60 deletions
+2 -2
View File
@@ -6,9 +6,9 @@ export default function Layout({
children: React.ReactNode;
}) {
return (
<>
<div className="bg-white font-sans leading-normal tracking-normal">
<Navbar />
{children}
</>
</div>
);
}