forked from MapComplete/MapComplete
Fix broken import
This commit is contained in:
parent
77a0c29517
commit
829efc5d55
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import State from "../../State";
|
|||
import Combine from "../Base/Combine";
|
||||
import {SubtleButton} from "../Base/SubtleButton";
|
||||
import Translations from "../i18n/Translations";
|
||||
import * as personal from "../../assets/themes/personalLayout/personalLayout.json"
|
||||
import * as personal from "../../assets/themes/personal/personal.json"
|
||||
import Constants from "../../Models/Constants";
|
||||
import LanguagePicker from "../LanguagePicker";
|
||||
import IndexText from "./IndexText";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue