diff options
Diffstat (limited to 'src/main/webui/.flowbite-react')
| -rw-r--r-- | src/main/webui/.flowbite-react/config.json | 10 | ||||
| -rw-r--r-- | src/main/webui/.flowbite-react/init.tsx | 22 |
2 files changed, 32 insertions, 0 deletions
diff --git a/src/main/webui/.flowbite-react/config.json b/src/main/webui/.flowbite-react/config.json new file mode 100644 index 0000000..a6b6725 --- /dev/null +++ b/src/main/webui/.flowbite-react/config.json @@ -0,0 +1,10 @@ +{ + "$schema": "https://unpkg.com/flowbite-react/schema.json", + "components": [], + "dark": true, + "path": "src/components", + "prefix": "", + "rsc": true, + "tsx": true, + "version": 4 +}
\ No newline at end of file diff --git a/src/main/webui/.flowbite-react/init.tsx b/src/main/webui/.flowbite-react/init.tsx new file mode 100644 index 0000000..dae9a21 --- /dev/null +++ b/src/main/webui/.flowbite-react/init.tsx @@ -0,0 +1,22 @@ +/* eslint-disable */ +// @ts-nocheck +// biome-ignore-all lint: auto-generated file + +// This file is auto-generated by the flowbite-react CLI. +// Do not edit this file directly. +// Instead, edit the .flowbite-react/config.json file. + +import { StoreInit } from "flowbite-react/store/init"; +import React from "react"; + +export const CONFIG = { + dark: true, + prefix: "", + version: 4, +}; + +export function ThemeInit() { + return <StoreInit {...CONFIG} />; +} + +ThemeInit.displayName = "ThemeInit";
\ No newline at end of file |
