Skip to content

Commit b9e3d2b

Browse files
committed
changes
1 parent c4f8973 commit b9e3d2b

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

frontend/src/components/cfp-form/availability-section.tsx

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,9 @@ import {
33
Heading,
44
MultiplePartsCard,
55
Spacer,
6-
Tag,
76
Text,
87
} from "@python-italia/pycon-styleguide";
9-
import clsx from "clsx";
10-
import {
11-
eachDayOfInterval,
12-
eachMinuteOfInterval,
13-
format,
14-
parseISO,
15-
setHours,
16-
setMinutes,
17-
} from "date-fns";
8+
import { eachDayOfInterval, format, parseISO } from "date-fns";
189
import { Fragment } from "react";
1910
import { FormattedMessage } from "react-intl";
2011
import type { CfpFormQuery } from "~/types";

0 commit comments

Comments
 (0)