2022-09-15 19:15:07 +02:00
|
|
|
<template>
|
2022-09-27 15:44:44 +02:00
|
|
|
<div class="flex flex-col justify-center items-center px-2">
|
|
|
|
<h1 class="font-bold text-3xl text-center m-10">Reddingsbrigade Waddinxveen</h1>
|
|
|
|
<h2></h2>
|
2022-09-15 19:15:07 +02:00
|
|
|
</div>
|
|
|
|
</template>
|
2022-09-16 21:11:44 +02:00
|
|
|
|
|
|
|
<script setup>
|
|
|
|
definePageMeta({
|
2022-09-20 15:53:44 +02:00
|
|
|
title: 'Home',
|
2022-09-16 21:11:44 +02:00
|
|
|
})
|
2022-09-27 15:44:44 +02:00
|
|
|
|
|
|
|
const { userData } = inject('firebase')
|
2022-09-16 21:11:44 +02:00
|
|
|
</script>
|