Skip to content

Commit 92c8632

Browse files
committed
fix: build
1 parent 337d6b5 commit 92c8632

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

frontend/src/components/Main.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,6 @@ interface TimeSlotResponse {
9595
CountyDataID: number;
9696
}
9797

98-
interface TargetAreaProperties {
99-
rows: TableDataRow[];
100-
timeSlots: TimeSlot[];
101-
}
102-
10398
export default function Main() {
10499
const [controller, setController] = useState(null as AbortController | null);
105100
const [timer, setTimer] = useState(undefined as undefined | NodeJS.Timer);

0 commit comments

Comments
 (0)