Don't use tsafe directly in ejectable components

This commit is contained in:
Joseph Garrone
2024-06-22 14:10:08 +02:00
parent c2ff515a17
commit a8186f1ed9
5 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
import { useEffect, Fragment } from "react";
import { assert } from "tsafe/assert";
import { assert } from "keycloakify/tools/assert";
import { clsx } from "keycloakify/tools/clsx";
import { useInsertScriptTags } from "keycloakify/tools/useInsertScriptTags";
import { getKcClsx } from "keycloakify/login/lib/kcClsx";