Skip to content

Commit

Permalink
fix rebase mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikeW committed Sep 15, 2022
1 parent 840992d commit cf6fb77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/pages/AbsencePlanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ import { HeaderUser } from "../components/HeaderUser";
import { Chart } from "react-google-charts";
import trash from "../icons/trash.svg";
import pencil from "../icons/pencil.svg";
import { FetchedTimeEntry } from "../model";
import { useConfirm } from "../components/ConfirmDialogueProvider";
import { useConfirm } from "../components/ConfirmDialogProvider";

export const AbsencePlanner = () => {
const [startDate, setStartDate] = useState<Date>(undefined);
Expand Down

0 comments on commit cf6fb77

Please sign in to comment.