Make the account theme initialized by a cli command

This commit is contained in:
Joseph Garrone
2024-07-25 17:53:02 +02:00 Unverified
parent 1604dee71c
commit 014f7cdb23
5 changed files with 3 additions and 93 deletions
-5
View File
@@ -1,5 +0,0 @@
import { createUseI18n } from "keycloakify/account";
export const { useI18n, ofTypeI18n } = createUseI18n({});
export type I18n = typeof ofTypeI18n;