diff --git a/pages/index.js b/pages/index.js index ae62903..d05a86d 100644 --- a/pages/index.js +++ b/pages/index.js @@ -5,7 +5,7 @@ import Metrics from "../components/Metrics"; import { convertTime, ctoF, timeToAMPM } from "../services/converters"; import { isPM } from "../services/utils"; -import styles from "../styles/App.module.css"; +import styles from "../styles/Home.module.css"; const App = () => { const [input, setInput] = useState("Riga"); diff --git a/styles/App.module.css b/styles/Home.module.css similarity index 100% rename from styles/App.module.css rename to styles/Home.module.css