mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
fix: type & build errors
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user