aboutsummaryrefslogtreecommitdiff
path: root/src/main/webui/.flowbite-react/init.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/webui/.flowbite-react/init.tsx')
-rw-r--r--src/main/webui/.flowbite-react/init.tsx22
1 files changed, 22 insertions, 0 deletions
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