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