Fixed tailwindcss classes (#629)

This commit is contained in:
yuri-sakharov
2025-11-30 21:36:16 +02:00
committed by GitHub
parent 7572f00f7c
commit 73f74d77bb
9 changed files with 427 additions and 629 deletions

View File

@@ -1,3 +1,4 @@
import { initThemeMode } from "flowbite-react";
import { StrictMode } from "react";
import { createRoot } from "react-dom/client";
import { ThemeInit } from "../.flowbite-react/init";
@@ -10,3 +11,5 @@ createRoot(document.getElementById("root") as HTMLElement).render(
<App />
</StrictMode>
);
initThemeMode();