Added not found page for calendars

This commit is contained in:
Alexis
2024-12-19 16:46:22 +01:00
parent df8af541c1
commit 199cfb6634
3 changed files with 34 additions and 1 deletions

11
pages/calendars/index.vue Normal file
View File

@@ -0,0 +1,11 @@
<script lang="ts" setup></script>
<template>
<main class="p-8">
<Head>
<Title>{{ $t("entity.world.namePlural") }}</Title>
</Head>
<Heading level="h1">Calendriers publics</Heading>
</main>
</template>