diff options
Diffstat (limited to 'src/App.tsx')
-rw-r--r-- | src/App.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/App.tsx b/src/App.tsx index ce09b6d..2b6e62a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,8 +6,6 @@ import { MessageContainer } from "./Chat/MessageContainer"; import strings from "./Intl/strings.json"; import { LangContext, LoginType } from "./context"; import { contentTypes, domain, endpoints, port } from "./consts"; -import { randomUUID } from "crypto"; - // what we "in the business" call type gymnastics const Wrapper = (): React.ReactElement => { const [lang, setLang] = useState<LangType>("en_US"); |