feat:map libre maps

This commit is contained in:
2025-10-02 15:49:43 +02:00
parent aa8161ffc2
commit b44a69ba91
6 changed files with 71 additions and 14 deletions

View File

@@ -1,9 +1,10 @@
<script lang="ts">
import { Map } from '$lib';
</script>
<div class="home-container">
<main class="main-content">
<!-- Future content will go here -->
<Map />
</main>
</div>