Skip to content

Commit bbc7cd9

Browse files
committed
Add missing EventMapItem import
1 parent f9017e3 commit bbc7cd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/day/events-map.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import {
2121
MapColors,
2222
} from "@/app/(main)/community/events/map/map-colors"
2323

24-
import { EVENTS } from "./events-data"
24+
import { EVENTS, EventMapItem } from "./events-data"
2525

2626
const CELL_SIZE = 8
2727
const SQUARE_SIZE = 6

0 commit comments

Comments
 (0)