mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-09 20:03:09 +02:00
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 { i18n } from '@/i18n';
|
||||
import { definePageMetadata } from '@/scripts/page-metadata';
|
||||
import { clipsCache } from '@/cache';
|
||||
|
||||
const pagination = {
|
||||
endpoint: 'clips/list' as const,
|
||||
|
|
Loading…
Reference in a new issue