fix: add missing import
This commit is contained in:
parent
c4e536ddbf
commit
05cba6d357
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ import MkClipPreview from '@/components/MkClipPreview.vue';
|
||||||
import * as os from '@/os';
|
import * as os from '@/os';
|
||||||
import { i18n } from '@/i18n';
|
import { i18n } from '@/i18n';
|
||||||
import { definePageMetadata } from '@/scripts/page-metadata';
|
import { definePageMetadata } from '@/scripts/page-metadata';
|
||||||
|
import { clipsCache } from '@/cache';
|
||||||
|
|
||||||
const pagination = {
|
const pagination = {
|
||||||
endpoint: 'clips/list' as const,
|
endpoint: 'clips/list' as const,
|
||||||
|
|
Loading…
Reference in a new issue