Bundle bin

This commit is contained in:
Joseph Garrone
2024-05-19 04:02:36 +02:00
parent a0de1b38ce
commit 977d0dc761
19 changed files with 372 additions and 373 deletions

View File

@ -1,5 +1,4 @@
import type { LoginThemePageId } from "keycloakify/bin/shared/pageIds";
import { type ThemeType } from "keycloakify/bin/shared/constants";
import type { ThemeType, LoginThemePageId } from "keycloakify/bin/shared/constants";
import { assert } from "tsafe/assert";
import type { Equals } from "tsafe";
import type { MessageKey } from "../i18n/i18n";