]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/aos/Header.js
add simple doors tracker
[alttp.git] / resources / js / components / aos / Header.js
index 8d9415ba6d0730e101745bdb05ba3fab79d5c7d8..314cf691bb793d8a3c7961a169c212cf69b6f1e0 100644 (file)
@@ -5,8 +5,8 @@ import { LinkContainer } from 'react-router-bootstrap';
 import { withTranslation } from 'react-i18next';
 
 import BaseRomButton from './BaseRomButton';
+import LanguageSwitcher from '../app/LanguageSwitcher';
 import Icon from '../common/Icon';
-import LanguageSwitcher from '../common/LanguageSwitcher';
 import { getAvatarUrl } from '../../helpers/User';
 import { withUser } from '../../helpers/UserContext';
 import i18n from '../../i18n';