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
+5 -5
View File
@@ -1,9 +1,9 @@
import Image from 'next/image'
import Layout from "@/components/Layout";
export default function Home() {
return (
<main className="">
</main>
)
<Layout>
<main className=""></main>
</Layout>
);
}