Fix: Add index.css import to restore Tailwind CSS styling
This commit is contained in:
parent
45d4ff3d61
commit
3b88fc883d
1 changed files with 1 additions and 0 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue