fix: type & build errors

This commit is contained in:
Pujit Mehrotra
2024-10-15 11:25:20 -04:00
parent b1e2f043b1
commit 4e555021a7
7 changed files with 7 additions and 21 deletions

View File

@@ -1,12 +0,0 @@
<script setup lang="ts">
import { useNotificationsStore } from '~/store/notifications';
const notificationsStore = useNotificationsStore();
</script>
<template>
<BrandButton text="My Button" @click="notificationsStore.toggle" />
<NotificationsSidebar />
</template>