Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Angular2Guy committed Dec 14, 2024
1 parent 337d6b5 commit 92c8632
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frontend/src/components/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,6 @@ interface TimeSlotResponse {
CountyDataID: number;
}

interface TargetAreaProperties {
rows: TableDataRow[];
timeSlots: TimeSlot[];
}

export default function Main() {
const [controller, setController] = useState(null as AbortController | null);
const [timer, setTimer] = useState(undefined as undefined | NodeJS.Timer);
Expand Down

0 comments on commit 92c8632

Please sign in to comment.