Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
saimeunt committed Mar 22, 2024
1 parent 494148d commit 178defa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Editor/EditorControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import { RiLinksLine, RiQuestionLine } from '@remixicon/react'
import cn from 'classnames'
import { Priority, useRegisterActions } from 'kbar'
import Select, { OnChangeValue } from 'react-select'
import examples from 'components/Editor/examples'

import examples from 'components/Editor/examples'
import { Button, Input } from 'components/ui'

type SelectOption = {
Expand Down

0 comments on commit 178defa

Please sign in to comment.