Skip to content

Commit cd208e0

Browse files
committed
fix: lint error - remove semicolon
1 parent cf0901d commit cd208e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/2024/2024-12-14/lib/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Point } from '@/aoc/point/types.js'
2-
import type { GridDimensions } from '@/aoc/grid/types.js';
2+
import type { GridDimensions } from '@/aoc/grid/types.js'
33

44
/**
55
* Location and velocity properties of a Robot

0 commit comments

Comments
 (0)