[READ-ONLY] Mirror of https://github.com/danielroe/werewolves-assistant-web-next.
0

Configure Feed

Select the types of activity you want to include in your feed.

215 B 10 lines
1<template> 2 <NuxtPage class="h-100"/> 3</template> 4 5<script lang="ts" setup> 6import { useRolesStore } from "~/stores/role/useRolesStore"; 7 8const rolesStore = useRolesStore(); 9rolesStore.fetchAndSetRoles(); 10</script>