Skip to content
Snippets Groups Projects
Unverified Commit ec91e188 authored by かっこかり's avatar かっこかり Committed by GitHub
Browse files

fix(frontend): add missing import (follow-up of #12265)

parent 25b65925
No related branches found
No related tags found
No related merge requests found
......@@ -167,6 +167,7 @@ import number from '@/filters/number.js';
import { userPage } from '@/filters/user.js';
import * as os from '@/os.js';
import { i18n } from '@/i18n.js';
import { defaultStore } from '@/store.js';
import { $i, iAmModerator } from '@/account.js';
import { dateString } from '@/filters/date.js';
import { confetti } from '@/scripts/confetti.js';
......
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