installed unocss and it works

This commit is contained in:
Avraham Sakal
2025-05-02 11:48:53 -04:00
parent 9e9e1076d5
commit 4b52a65314
5 changed files with 677 additions and 41 deletions
+1
View File
@@ -3,6 +3,7 @@ import { createRoot } from "react-dom/client";
import { RouterProvider, createRouter } from "@tanstack/react-router";
// Import the generated route tree
import { routeTree } from "./routeTree.gen";
import "virtual:uno.css";
// import App from "./App.tsx";