File tree Expand file tree Collapse file tree 4 files changed +58
-1
lines changed Expand file tree Collapse file tree 4 files changed +58
-1
lines changed Original file line number Diff line number Diff line change
1
+ import React from "react" ;
2
+ import { Container , Stack } from "@mui/material" ;
3
+ import Navbar from "./components/Navbar" ;
4
+ import Home from "./components/Home" ;
5
+ import './App.css' ;
6
+ import Titlebar from "./components/Questions/Titlebar" ;
7
+
8
+ export default function App ( ) {
9
+ return (
10
+ < >
11
+ < Stack gap = { 5 } >
12
+ < Navbar />
13
+ < Titlebar />
14
+ < Home />
15
+ < Container > hello world!</ Container >
16
+ </ Stack >
17
+ </ >
18
+ ) ;
19
+ }
Original file line number Diff line number Diff line change
1
+ import React from "react" ;
2
+ import { Container , Stack } from "@mui/material" ;
3
+ import Navbar from "./components/Navbar" ;
4
+ import Home from "./components/Home" ;
5
+ import './App.css' ;
6
+ import Titlebar from "./components/Questions/Titlebar" ;
7
+
8
+ export default function App ( ) {
9
+ return (
10
+ < >
11
+ < Stack gap = { 5 } >
12
+ < Navbar />
13
+ < Home />
14
+ < Titlebar />
15
+ < Container > hello world!</ Container >
16
+ </ Stack >
17
+ </ >
18
+ ) ;
19
+ }
Original file line number Diff line number Diff line change
1
+ import React from "react" ;
2
+ import { Container , Stack } from "@mui/material" ;
3
+ import Navbar from "./components/Navbar" ;
4
+ import Home from "./components/Home" ;
5
+ import './App.css' ;
6
+ import Titlebar from "./components/Questions/Titlebar" ;
7
+
8
+ export default function App ( ) {
9
+ return (
10
+ < >
11
+ < Stack gap = { 5 } >
12
+ < Navbar />
13
+ < Home />
14
+ < Titlebar />
15
+ < Container > hello world!</ Container >
16
+ </ Stack >
17
+ </ >
18
+ ) ;
19
+ }
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ export default function App() {
10
10
< >
11
11
< Stack gap = { 5 } >
12
12
< Navbar />
13
- < Titlebar />
14
13
< Home />
14
+ < Titlebar />
15
15
< Container > hello world!</ Container >
16
16
</ Stack >
17
17
</ >
You can’t perform that action at this time.
0 commit comments