Fix: better error handling and handling of changes

This commit is contained in:
Pieter Vander Vennet 2023-05-01 01:14:48 +02:00
parent 7b73578f88
commit 7813653265
8 changed files with 36 additions and 10 deletions

View file

@ -15,7 +15,6 @@ import BaseUIElement from "../BaseUIElement"
import Img from "../Base/Img"
import Title from "../Base/Title"
import { CheckBox } from "../Input/Checkboxes"
import Minimap from "../Base/Minimap"
import SearchAndGo from "./SearchAndGo"
import Toggle from "../Input/Toggle"
import List from "../Base/List"