hw7 started, added project info page
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
import Main from "./main/Main";
|
||||
import List from "./list/List";
|
||||
function App() {
|
||||
return (
|
||||
<>
|
||||
{/* <Main/> */}
|
||||
<List/>
|
||||
</>
|
||||
);
|
||||
}
|
||||
export default App;
|
||||
Reference in New Issue
Block a user