fix linting

This commit is contained in:
csehviktor
2025-07-15 03:10:33 +02:00
parent 96df5453b9
commit f3b3044cce
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { TimePeriod } from "@/services/store";
import type { TimePeriod } from "@/services/store";
type TimePeriodSelectorProps = {
currentPeriod: TimePeriod | "realtime";