Skip to content

Commit

Permalink
Fix error in imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jensborch committed Feb 11, 2023
1 parent 698dbd0 commit 7730860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/api/util.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { isAfter, isBefore, isEqual } from "date-fns";
import { isAfter, isBefore } from "date-fns";
import { Api, TournamentHistory } from "./Api";

export function handleErrors<R extends Response>(response: R) {
Expand Down

0 comments on commit 7730860

Please sign in to comment.