mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-29 01:56:58 +00:00
remove unused import from MkNotes.vue
This commit is contained in:
parent
ef3e83cefa
commit
f153e54313
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ SPDX-License-Identifier: AGPL-3.0-only
|
|||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { defineAsyncComponent, shallowRef, ref } from 'vue';
|
||||
import { defineAsyncComponent, shallowRef } from 'vue';
|
||||
import MkDateSeparatedList from '@/components/MkDateSeparatedList.vue';
|
||||
import MkPagination, { Paging } from '@/components/MkPagination.vue';
|
||||
import { i18n } from '@/i18n.js';
|
||||
|
|
Loading…
Add table
Reference in a new issue