Frontend: Fixed i18 import
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
ci/woodpecker/push/ociImagePush Pipeline was successful
Details
This commit is contained in:
parent
42bf912bb9
commit
15b0ea8e26
|
@ -82,6 +82,7 @@ import {
|
||||||
} from "@/scripts/scroll";
|
} from "@/scripts/scroll";
|
||||||
import MkButton from "@/components/MkButton.vue";
|
import MkButton from "@/components/MkButton.vue";
|
||||||
import { magTransProperty } from "@/scripts-mag/mag-util";
|
import { magTransProperty } from "@/scripts-mag/mag-util";
|
||||||
|
import { i18n } from "@/i18n";
|
||||||
|
|
||||||
export type Paging<
|
export type Paging<
|
||||||
E extends keyof misskey.Endpoints = keyof misskey.Endpoints
|
E extends keyof misskey.Endpoints = keyof misskey.Endpoints
|
||||||
|
|
Loading…
Reference in New Issue