generateur_v3/frontend/src/routes/exercices/[[slug]]/+page.svelte

9 lines
189 B
Svelte

<script>
import Feed from '../../../components/exos/Feed.svelte';
/** @type {import('./$types').PageData} */
</script>
<svelte:head>
<title>Exercices</title>
</svelte:head>
<Feed />