We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4f8973 commit b9e3d2bCopy full SHA for b9e3d2b
frontend/src/components/cfp-form/availability-section.tsx
@@ -3,18 +3,9 @@ import {
3
Heading,
4
MultiplePartsCard,
5
Spacer,
6
- Tag,
7
Text,
8
} 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";
+import { eachDayOfInterval, format, parseISO } from "date-fns";
18
import { Fragment } from "react";
19
import { FormattedMessage } from "react-intl";
20
import type { CfpFormQuery } from "~/types";
0 commit comments