Fix tailwind

This commit is contained in:
2025-04-15 16:44:23 +02:00
parent a0843a46b2
commit 331cae6720
5 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './App';
import './app.css';
// Create root and render the App component into the HTML element with ID 'root'
const rootElement = document.getElementById('root');