jefry пре 4 година
родитељ
комит
8264bff04a
2 измењених фајлова са 2 додато и 1 уклоњено
  1. +1
    -0
      next.config.js
  2. +1
    -1
      pages/chart.js

+ 1
- 0
next.config.js Прегледај датотеку

@@ -14,4 +14,5 @@ module.exports = withPlugins([[withSass], [withImages]], {
config.resolve.modules.push(path.resolve("./")); config.resolve.modules.push(path.resolve("./"));
return config; return config;
}, },
generateEtags: false,
}); });

+ 1
- 1
pages/chart.js Прегледај датотеку

@@ -14,7 +14,7 @@ import GridContainer from "components/Grid/GridContainer.js";
import GridItem from "components/Grid/GridItem.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 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); const useStyles = makeStyles(styles);




Loading…
Откажи
Сачувај