mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
7 lines
228 B
TypeScript
7 lines
228 B
TypeScript
import {HeroUIPluginConfig} from "@heroui/react";
|
|
import {compileThemes, themes} from "./src/main/frontend/theming/themes"
|
|
|
|
export const HeroUIConfig: HeroUIPluginConfig = {
|
|
prefix: "gf",
|
|
themes: compileThemes(themes)
|
|
}; |