mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-06-08 01:04:20 +02:00
12 lines
237 B
Vue
12 lines
237 B
Vue
<script setup lang="ts">
|
|
definePageMeta({
|
|
name: 'News',
|
|
})
|
|
</script>
|
|
|
|
<template>
|
|
<WIPNotif />
|
|
<UCard class="container mx-auto max-w-screen-md">
|
|
<h1 class="text-2xl uppercase">Les actus ça sera ici !</h1>
|
|
</UCard>
|
|
</template> |