fix: 📦 fix import

This commit is contained in:
ThatOneCalculator 2022-08-15 19:08:47 -07:00
parent 84e7c644a7
commit fc24c0639f
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import { $i } from '@/account';
import { definePageMetadata } from '@/scripts/page-metadata';
import { deviceKind } from '@/scripts/device-kind';
import 'tocada';
import 'swiped-events';
const XTutorial = defineAsyncComponent(() => import('./timeline.tutorial.vue'));