Skip to content

Commit

Permalink
Fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurenko committed Sep 14, 2023
1 parent 6817eeb commit 7538ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/question-editor/QuestionEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ import useForm from '~/hooks/use-form'
import AppButton from '~/components/app-button/AppButton'
import { sortQuestions } from '~/components/question-editor/QuestionEditor.constants'

import { TypographyVariantEnum } from '~/types'
import { styles } from '~/components/question-editor/QuestionEditor.styles'
import {
ButtonTypeEnum,
ButtonVariantEnum,
ComponentEnum,
QuestionForm,
SizeEnum,
TextFieldVariantEnum
TextFieldVariantEnum,
TypographyVariantEnum
} from '~/types'

interface QuestionEditorProps {
Expand Down

0 comments on commit 7538ee9

Please sign in to comment.