This commit is contained in:
parent
ca4c7e0b10
commit
dc30622ed5
1 changed files with 5 additions and 2 deletions
|
@ -1,12 +1,15 @@
|
|||
<script lang="ts">
|
||||
import Path from '$lib/components/Path.svelte';
|
||||
import Splash from '$lib/components/Splash.svelte';
|
||||
// import Splash from '$lib/components/Splash.svelte';
|
||||
|
||||
export let data;
|
||||
let categories = data.categories;
|
||||
</script>
|
||||
|
||||
<Splash />
|
||||
|
||||
<!--
|
||||
<Splash />
|
||||
-->
|
||||
<main>
|
||||
<div id="welcome-message">Benvenuti a <span class="bold">Pianello Val Tidone</span></div>
|
||||
<div id="route-cards">
|
||||
|
|
Loading…
Reference in a new issue