Skip to content

Commit

Permalink
clients/ui: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Nov 22, 2024
1 parent 4a96888 commit b8bdf95
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clients/packages/polarkit/src/components/ui/atoms/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import Accordion from './Accordion'
import FormattedDateTime from './FormattedDateTime'
import IssueBodyRenderer from './IssueBodyRenderer'
import LabeledRadioButton from './LabeledRadioButton'
Expand All @@ -15,7 +14,6 @@ import Switch from './Switch'
// See datatable, Select.tsx, etc, for examples.

export {
Accordion,
FormattedDateTime,
IssueBodyRenderer,
LabeledRadioButton,
Expand Down

0 comments on commit b8bdf95

Please sign in to comment.