From 24f63094f43b2172f6e8b438bde872d9ebe5b285 Mon Sep 17 00:00:00 2001 From: iwdie <42923352+iwdie@users.noreply.github.com> Date: Wed, 22 Jan 2025 14:50:43 +0530 Subject: [PATCH] change path --- src/components/CurrentHourIndicator/CurrentHourIndicator.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CurrentHourIndicator/CurrentHourIndicator.tsx b/src/components/CurrentHourIndicator/CurrentHourIndicator.tsx index 7de292988c..2566300180 100644 --- a/src/components/CurrentHourIndicator/CurrentHourIndicator.tsx +++ b/src/components/CurrentHourIndicator/CurrentHourIndicator.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import styles from 'src/style/app.module.css'; +import styles from '../../style/app.module.css'; /** * A component that displays an indicator for the current hour.