rename timeColors to alerts to better describe the alert logic file

This commit is contained in:
calli
2025-04-30 17:57:52 +03:00
parent e085fcd59b
commit cbef0fd39b
5 changed files with 4 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ import {
alertModeVisibility,
extractorsHaveExpired,
timeColor,
} from "./timeColors";
} from "./alerts";
import { ColorContext, SessionContext } from "@/app/context/Context";
import { ExtractionSimulationTooltip } from "./ExtractionSimulationTooltip";