import i18n

This commit is contained in:
ThatOneCalculator 2023-04-04 22:22:35 -07:00
parent 3f48a9926b
commit f78cdb9c60
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -41,6 +41,7 @@ import { scrollToTop } from '@/scripts/scroll';
import { globalEvents } from '@/events';
import { injectPageMetadata } from '@/scripts/page-metadata';
import { $i, openAccountMenu as openAccountMenu_ } from '@/account';
import { i18n } from '@/i18n';
type Tab = {
key?: string | null;