hw 6 data.tsx created and copied all from lab

This commit is contained in:
2026-04-13 22:36:52 +10:00
parent 20192c86db
commit 1825ad084b
37 changed files with 1077 additions and 259 deletions

View File

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