Ditch old css. Use Material UI. Add Modal. Make it work on mobile.

This commit is contained in:
Yura Dupyn 2026-05-15 00:36:08 +02:00
parent e9cf90180f
commit ca1a2bf1ca
4 changed files with 134 additions and 59 deletions

View file

@ -1,7 +1,7 @@
import { StrictMode } from "react"
import { createRoot } from "react-dom/client"
import App from "./App"
import "./index.css"
import "./style.css"
const rootElement = document.getElementById("root")