diff --git a/pages/notifications.vue b/pages/notifications.vue index ff1476f8..b50f6b19 100644 --- a/pages/notifications.vue +++ b/pages/notifications.vue @@ -1,6 +1,4 @@ <script setup lang="ts"> -import { STORAGE_KEY_NOTIFY_TAB } from '~/constants' - definePageMeta({ middleware: 'auth', })