diff --git a/pages/ninjas/index.js b/pages/ninjas/index.js index 07080392..6de0b1bd 100644 --- a/pages/ninjas/index.js +++ b/pages/ninjas/index.js @@ -1,4 +1,4 @@ -import styles from '../../styles/Jobs.module.css' +import styles from '../../styles/Ninjas.module.css' export const getStaticProps = async () => { const res = await fetch('https://jsonplaceholder.typicode.com/users'); diff --git a/styles/Jobs.module.css b/styles/Ninjas.module.css similarity index 100% rename from styles/Jobs.module.css rename to styles/Ninjas.module.css