mirror of
https://github.com/paricafe/misskey.git
synced 2025-04-21 08:36:12 -05:00
fix wrong imports
This commit is contained in:
parent
a31387b20f
commit
16ef54988e
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import MkButton from '@/components/MkButton.vue';
|
|||
import MkSparkle from '@/components/MkSparkle.vue';
|
||||
import { i18n } from '@/i18n.js';
|
||||
import { confetti } from '@/utility/confetti.js';
|
||||
import { useRouter } from '@/router/supplier';
|
||||
import { useRouter } from '@/router.js';
|
||||
|
||||
const modal = useTemplateRef('modal');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue