fix: add missing import

This commit is contained in:
syuilo 2023-03-24 17:03:03 +09:00
parent c4e536ddbf
commit 05cba6d357
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ import MkClipPreview from '@/components/MkClipPreview.vue';
import * as os from '@/os';
import { i18n } from '@/i18n';
import { definePageMetadata } from '@/scripts/page-metadata';
import { clipsCache } from '@/cache';
const pagination = {
endpoint: 'clips/list' as const,