2026-04-03 16:08:57 +00:00
|
|
|
<template>
|
2026-04-03 18:50:23 +00:00
|
|
|
<Nuisance>
|
|
|
|
|
<template #header>
|
|
|
|
|
<Header />
|
|
|
|
|
</template>
|
|
|
|
|
</Nuisance>
|
2026-04-03 16:08:57 +00:00
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script setup lang="ts">
|
2026-04-03 18:50:23 +00:00
|
|
|
import Header from "@/rmo/components/Header.vue";
|
|
|
|
|
import Nuisance from "@/rmo/content/Nuisance.vue";
|
2026-04-03 16:08:57 +00:00
|
|
|
</script>
|