From 3b88fc883dcda51a1b6df00c40f929475577c1d6 Mon Sep 17 00:00:00 2001 From: TheMaddax Date: Mon, 15 Dec 2025 09:25:02 -0700 Subject: [PATCH] Fix: Add index.css import to restore Tailwind CSS styling --- client/src/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/index.tsx b/client/src/index.tsx index da93d7f..ab48595 100644 --- a/client/src/index.tsx +++ b/client/src/index.tsx @@ -1,6 +1,7 @@ import React from 'react'; import ReactDOM from 'react-dom/client'; import App from './App'; +import './index.css'; import './styles/main.css'; const root = ReactDOM.createRoot(