File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import ElevateAppBar from "../../Templates/ElevateAppBar";
77import Options from "../../Components/OptionsRedirect/Options" ;
88//import ResponsiveDrawer from "../../Templates/ResponsiveDrawer";
99import "./MainPage.scss" ;
10+ import InteractiveCode from "../../Components/CodeGenerator/InteractiveCode" ;
1011const MainPage = ( props ) => {
1112 return (
1213 < Fragment >
@@ -15,7 +16,7 @@ const MainPage = (props) => {
1516 < div className = "dui-main-wrapper" >
1617 { " " }
1718 < ElevateAppBar />
18- < div className = "dui-main-paper" >
19+ < div className = "dui-main-paper" >
1920 < div className = "dui-main-header" >
2021 < ElevateAppBar />
2122 < Grid
@@ -50,18 +51,14 @@ const MainPage = (props) => {
5051 < Badges />
5152 </ Grid >
5253 < Grid item md = { 12 } xs = { 12 } >
53-
54-
54+ < InteractiveCode />
5555 < Options />
5656 </ Grid >
57-
58-
59-
6057 </ Grid >
6158
6259 < Donate />
6360 </ div >
64- </ div >
61+ </ div >
6562 </ div >
6663 </ Fragment >
6764 ) ;
You can’t perform that action at this time.
0 commit comments