Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rush42 committed Sep 6, 2023
1 parent e071fd0 commit 51d53bd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/components/Fahrradcheck/Question.tsx
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
import { RadioGroup } from '@headlessui/react';
import { InformationCircleIcon } from '@heroicons/react/24/outline';
import clsx from 'clsx';
import React, { useState } from 'react';
import { Content } from '../Layout';
import { Section } from '../Layout/Section';
import { Caption, H3 } from '../Text';
import { H3 } from '../Text';
import { Question } from './questions.const';
import { Popover } from '../Layout/Popover';
import { InfoPopover } from '../ExamplePage/InfoPopover';
import { Prose } from '../core/Prose';

type Props = {
question: Question;
Expand Down

0 comments on commit 51d53bd

Please sign in to comment.