friends-best/pages/utilities/index.vue
Louis Hollingworth ca2f305a0a
Code cleanup. Added utilities index
Utilities has been added since it is my aim to have all of the staff forms and timezones added to the site
2022-05-22 16:57:52 +01:00

10 lines
214 B
Vue

<template>
<div class="container">
<h1 class="title">Utilities for the Discord Server</h1>
<LinkCard
title="Birthdays"
link="/utilities/birthdays"
/>
</div>
</template>