2025-02-10 18:42:02 +01:00
|
|
|
<script setup>
|
|
|
|
|
|
2025-10-05 10:27:23 +02:00
|
|
|
import Branding from '../components/Branding.vue';
|
2025-02-10 18:42:02 +01:00
|
|
|
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<template>
|
|
|
|
|
<div class="content">
|
2025-10-05 10:27:23 +02:00
|
|
|
<Branding />
|
2025-02-10 18:42:02 +01:00
|
|
|
</div>
|
|
|
|
|
</template>
|