hw7 started, added project info page

This commit is contained in:
2026-04-15 23:29:17 +10:00
parent e7d5d07523
commit e5147e90b2
15 changed files with 636 additions and 80 deletions

View File

@@ -1,11 +0,0 @@
import Main from "./main/Main";
import List from "./list/List";
function App() {
return (
<>
{/* <Main/> */}
<List/>
</>
);
}
export default App;