refactor
This commit is contained in:
parent
8cc80faf20
commit
39c3995c74
7 changed files with 20 additions and 36 deletions
|
@ -63,9 +63,7 @@ import number from '@/filters/number';
|
|||
import MkNumberDiff from '@/components/MkNumberDiff.vue';
|
||||
import MkNumber from '@/components/MkNumber.vue';
|
||||
import { i18n } from '@/i18n';
|
||||
import { getCustomEmojis } from '@/custom-emojis';
|
||||
|
||||
const customEmojis = await getCustomEmojis();
|
||||
import { customEmojis } from '@/custom-emojis';
|
||||
|
||||
let stats: any = $ref(null);
|
||||
let usersComparedToThePrevDay = $ref<number>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue