lab 4 done

This commit is contained in:
2026-04-03 00:22:29 +10:00
parent 918a141a9f
commit 5aa559e99f
15 changed files with 759 additions and 410 deletions

View File

@@ -1,6 +1,6 @@
import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './index.css'
import './CSS/index.css'
import App from './App.jsx'
createRoot(document.getElementById('root')).render(