Remove tsafe usage from ejectable page

This commit is contained in:
Joseph Garrone 2024-07-17 13:58:39 +02:00
parent c628183773
commit b6b384854e

View File

@ -1,5 +1,5 @@
import { useEffect, useReducer, Fragment } from "react";
import { assert } from "tsafe/assert";
import { assert } from "keycloakify/tools/assert";
import type { KcClsx } from "keycloakify/login/lib/kcClsx";
import {
useUserProfileForm,