copied lab7
This commit is contained in:
12
labs/lab8/src/list/List.tsx
Normal file
12
labs/lab8/src/list/List.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import Navbar from "../components/Navbar";
|
||||
import BuildingsGrid from "./components/BuildingsGrid";
|
||||
|
||||
function List() {
|
||||
return (
|
||||
<div>
|
||||
<Navbar active="2"/>
|
||||
<BuildingsGrid/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
export default List;
|
||||
Reference in New Issue
Block a user