fix: 🐛 no double import

This commit is contained in:
ThatOneCalculator 2022-11-10 14:22:48 -08:00
parent f7cb0a27d1
commit ce4d848907
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));