chore: remove unused import

This commit is contained in:
Daniel Roe 2022-12-01 23:08:27 +00:00
parent 6dfc94e2a5
commit 05ac0ce1fc
No known key found for this signature in database
GPG key ID: 22D5008E4F5D9B55

View file

@ -1,6 +1,4 @@
<script setup lang="ts">
import { STORAGE_KEY_NOTIFY_TAB } from '~/constants'
definePageMeta({
middleware: 'auth',
})