feat(@ui): migrate colour swatches and combo box

This commit is contained in:
Paul Makles
2022-05-29 16:38:09 +01:00
parent 4bcfa601a5
commit 1bd138d6ef
8 changed files with 10 additions and 203 deletions

View File

@@ -1,6 +1,6 @@
import { useApplicationState } from "../../mobx/State";
import { ComboBox } from "@revoltchat/ui";
import ComboBox from "../ui/ComboBox";
import { useApplicationState } from "../../mobx/State";
import { Language, Languages } from "../../../external/lang/Languages";