Rename nextui.ts to heroui.ts

This commit is contained in:
grimsi
2025-03-31 11:54:45 +02:00
parent aae9a989d0
commit c9f582df82
2 changed files with 1 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
import {HeroUIPluginConfig} from "@heroui/react";
import {compileThemes, themes} from "./src/main/frontend/theming/themes"
export const HeroUIConfig: HeroUIPluginConfig = {
prefix: "gf",
themes: compileThemes(themes)
};