removed default export

This commit is contained in:
the-djmaze 2022-02-24 14:01:41 +01:00
parent b5114fa73a
commit 06b5b83588
18 changed files with 22 additions and 64 deletions

View file

@ -20,7 +20,7 @@ import Remote from 'Remote/Admin/Fetch';
import { ThemeStore } from 'Stores/Theme';
import { LanguageStore } from 'Stores/Language';
import LanguagesPopupView from 'View/Popup/Languages';
import { LanguagesPopupView } from 'View/Popup/Languages';
export class GeneralAdminSettings /*extends AbstractViewSettings*/ {
constructor() {