setup taillwind

This commit is contained in:
nikita
2026-06-12 00:58:32 +03:00
parent da9da0971f
commit df52c0e8b8
12 changed files with 1314 additions and 360 deletions
+1 -2
View File
@@ -1,7 +1,6 @@
import { StrictMode } from "react";
import { createRoot } from "react-dom/client";
import App from "./app/App.tsx";
import { BrowserRouter } from "react-router-dom";
import App from "./app/App.tsx";
createRoot(document.getElementById("root")!).render(
<BrowserRouter>