Skip to content

Commit

Permalink
fix: deepscan
Browse files Browse the repository at this point in the history
  • Loading branch information
Innocent-Akim committed Dec 3, 2024
1 parent 2d58bfb commit 8e61841
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React, { useMemo, useState, useCallback } from "react";
import { format, addMonths, eachDayOfInterval, startOfMonth, endOfMonth, addDays, Locale } from "date-fns";
import { GroupedTimesheet } from "@/app/hooks/features/useTimesheet";
import { fr, enGB } from 'date-fns/locale';
import { enGB } from 'date-fns/locale';
import { cn } from "@/lib/utils";
import { TotalDurationByDate } from "@/lib/features";
import { formatDate } from "@/app/helpers";
Expand Down

0 comments on commit 8e61841

Please sign in to comment.