We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337d6b5 commit 92c8632Copy full SHA for 92c8632
frontend/src/components/Main.tsx
@@ -95,11 +95,6 @@ interface TimeSlotResponse {
95
CountyDataID: number;
96
}
97
98
-interface TargetAreaProperties {
99
- rows: TableDataRow[];
100
- timeSlots: TimeSlot[];
101
-}
102
-
103
export default function Main() {
104
const [controller, setController] = useState(null as AbortController | null);
105
const [timer, setTimer] = useState(undefined as undefined | NodeJS.Timer);
0 commit comments