fix: pre-cache to not include extra files

This commit is contained in:
Paul Makles
2022-03-25 11:17:04 +00:00
parent 3a12f92867
commit f9f0d5c55a
9 changed files with 71 additions and 222 deletions

View File

@@ -1,9 +1,9 @@
import { useApplicationState } from "../../mobx/State";
import { Language, Languages } from "../../context/Locale";
import ComboBox from "../ui/ComboBox";
import { Language, Languages } from "../../../external/lang/Languages";
/**
* Component providing a language selector combobox.
* Note: this is not an observer but this is fine as we are just using a combobox.