fix: 🐛 no double import

This commit is contained in:
ThatOneCalculator 2022-11-10 14:22:48 -08:00
parent 1425b2dba7
commit 7715f4f081
2 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@ import MkButton from '@/components/MkButton.vue';
import * as os from '@/os';
import { i18n } from '@/i18n';
import { definePageMetadata } from '@/scripts/page-metadata';
import { i18n } from '@/i18n';
const pagination = {
endpoint: 'announcements' as const,

View File

@ -107,7 +107,6 @@ import { mainRouter } from '@/router';
import { i18n } from '@/i18n';
import { definePageMetadata } from '@/scripts/page-metadata';
import { $i } from '@/account';
import { i18n } from '@/i18n';
const XDraggable = defineAsyncComponent(() => import('vuedraggable').then(x => x.default));