This commit is contained in:
garronej
2023-04-03 20:16:38 +02:00
parent d308c04465
commit 3edb23be97
6 changed files with 37 additions and 34 deletions

View File

@ -9,7 +9,7 @@ import {
type AccountThemePageId,
themeTypes,
type ThemeType
} from "./keycloakify/generateFtl/generateFtl";
} from "./keycloakify/generateFtl";
import { capitalize } from "tsafe/capitalize";
import { readFile, writeFile } from "fs/promises";
import { existsSync } from "fs";