rename helpers

This commit is contained in:
madarsbiss 2021-09-23 22:47:07 +03:00
parent 61f5bffb6a
commit 4e389c258e
3 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import { getWeekDay, getTime, getAMPM } from "../services/utils";
import { getWeekDay, getTime, getAMPM } from "../services/helpers";
import styles from "./DateAndTime.module.css";
export const DateAndTime = ({ weatherData, systemUsed }) => {

View File

@ -4,7 +4,7 @@ import {
getAMPM,
getVisibility,
getWindSpeed,
} from "../services/utils";
} from "../services/helpers";
import { MetricsCard } from "./MetricsCard";
import styles from "./MetricsBox.module.css";