Added base setup for Alliance's map

This commit is contained in:
Alexis
2023-10-01 21:43:37 +02:00
parent 8d00d75886
commit 54deafba8c
14 changed files with 7098 additions and 54 deletions

8
src/pages/index.astro Normal file
View File

@@ -0,0 +1,8 @@
---
import Layout from '../layouts/Layout.astro';
import AllianceKaldelienne from '../components/maps/AllianceKaldelienne.astro'
---
<Layout title="Welcome to Astro.">
<AllianceKaldelienne />
</Layout>