|
|
@@ -12,9 +12,9 @@ import HeaderLinks from "components/Header/HeaderLinks.js"; |
|
|
|
import Footer from "components/Footer/Footer.js"; |
|
|
|
import GridContainer from "components/Grid/GridContainer.js"; |
|
|
|
import GridItem from "components/Grid/GridItem.js"; |
|
|
|
import SectionChart from "pages-sections/Components-Sections/SectionChart.js"; |
|
|
|
// import SectionChart from "pages-sections/Components-Sections/SectionChart.js"; |
|
|
|
import Parallax from "components/Parallax/Parallax.js"; |
|
|
|
import styles from "assets/jss/nextjs-material-kit/pages/components.js"; |
|
|
|
import styles from "../assets/jss/nextjs-material-kit/pages/components.js"; |
|
|
|
|
|
|
|
const useStyles = makeStyles(styles); |
|
|
|
|
|
|
@@ -24,12 +24,12 @@ export default function Components(props) { |
|
|
|
return ( |
|
|
|
<div> |
|
|
|
<Header |
|
|
|
rightLinks={<HeaderLinks/>} |
|
|
|
rightLinks={<HeaderLinks />} |
|
|
|
fixed |
|
|
|
color="info" |
|
|
|
changeColorOnScroll={{ |
|
|
|
height: 400, |
|
|
|
color: "white" |
|
|
|
color: "white", |
|
|
|
}} |
|
|
|
{...rest} |
|
|
|
/> |
|
|
@@ -48,7 +48,7 @@ export default function Components(props) { |
|
|
|
</div> |
|
|
|
</Parallax> |
|
|
|
<div className={classNames(classes.main, classes.mainRaised)}> |
|
|
|
<SectionChart /> |
|
|
|
{/* <SectionChart /> */} |
|
|
|
</div> |
|
|
|
<Footer /> |
|
|
|
</div> |
|
|
|