feat(*): Add a homepage

This commit is contained in:
Josh Creek
2023-06-30 13:36:02 +00:00
parent 5c18b6fee9
commit 04c71308bc
+8
View File
@@ -0,0 +1,8 @@
<script lang="ts">
import type { PageData } from './$types';
export let data: PageData;
</script>
<h1>Estimation Poker</h1>