mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-26 06:18:04 +00:00
Fixed tailwindcss classes (#629)
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user