anix/ci: fix build

This commit is contained in:
Kentai Radiquum 2025-08-28 22:13:53 +05:00
parent 7f007480ed
commit 284e262527
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
4 changed files with 27 additions and 5 deletions

22
.flowbite-react/init.tsx Normal file
View file

@ -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: 3,
};
export function ThemeInit() {
return <StoreInit {...CONFIG} />;
}
ThemeInit.displayName = "ThemeInit";