Skip to content

Commit bd2fa7a

Browse files
refactor: Use type-only import for IEvent and SectionType
1 parent afd430e commit bd2fa7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/methods.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import type { Dispatch, SetStateAction } from "react";
55
import { getStartOfDay } from "@/utils/date";
6-
import { IEvent, SectionType } from "./types";
6+
import type { IEvent, SectionType } from "./types";
77

88
/**
99
* Normalizes an array of objects keyed off an identifier,

0 commit comments

Comments
 (0)