From 3ec5ec415ee372689073bd4a9bc2cffdb24c094f Mon Sep 17 00:00:00 2001 From: madarsbiss Date: Tue, 21 Sep 2021 19:14:56 +0300 Subject: [PATCH] rename files --- pages/index.js | 2 +- styles/{App.module.css => Home.module.css} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename styles/{App.module.css => Home.module.css} (100%) 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