mirror of
https://github.com/Paris-est-Ludique/ForceOrange.git
synced 2025-09-11 22:46:28 +02:00
✨ Complete all user management with forms and DB
This commit is contained in:
committed by
ChatonDeAru (Romain)
parent
37b2238b84
commit
5fa1f24caf
12
modules/app/pages/news.vue
Normal file
12
modules/app/pages/news.vue
Normal file
@@ -0,0 +1,12 @@
|
||||
<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>
|
Reference in New Issue
Block a user