import i18n

This commit is contained in:
ThatOneCalculator 2023-04-04 22:22:35 -07:00
parent 6ce03980c0
commit 20c33e9cdf

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;