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