Skip to content
Snippets Groups Projects
Commit 05cba6d3 authored by syuilo's avatar syuilo
Browse files

fix: add missing import

parent c4e536dd
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment