Skip to content

Commit

Permalink
import linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liyiy committed Nov 22, 2023
1 parent cd045d4 commit 4d63579
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions frontend/src/scenes/surveys/SurveyEditQuestionRow.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
import { LemonButton } from '@posthog/lemon-ui'
import { IconDelete, SortableDragIcon } from 'lib/lemon-ui/icons'
import { CSS } from '@dnd-kit/utilities'
import { DraggableSyntheticListeners } from '@dnd-kit/core'
import { useSortable } from '@dnd-kit/sortable'
import { CSS } from '@dnd-kit/utilities'
import { LemonButton } from '@posthog/lemon-ui'
import { IconDelete, SortableDragIcon } from 'lib/lemon-ui/icons'

import { Survey } from '~/types'

import { NewSurvey } from './constants'

type SurveyQuestionHeaderProps = {
Expand Down

0 comments on commit 4d63579

Please sign in to comment.