installing and configuring tailwind

This commit is contained in:
lila 2026-03-21 20:59:26 +01:00
parent 9ebbf83f93
commit 681c6d2b4f
5 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,7 @@
import { StrictMode } from "react";
import ReactDOM from "react-dom/client";
import { RouterProvider, createRouter } from "@tanstack/react-router";
import "./index.css";
// Import the generated route tree
import { routeTree } from "./routeTree.gen";