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

This commit is contained in:
Paul Makles
2022-05-29 16:38:09 +01:00
parent 0fbbde0acb
commit 677d56354a
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";