Skip to content

Commit

Permalink
fix(radio-headless): register component plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
stafyniaksacha committed Aug 8, 2023
1 parent 083d7a4 commit f8337ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ import progressCircle from './progress-circle'
import progress from './progress'
import prose from './prose'
import radio from './radio'
import radioHeadless from './radio-headless'
import select from './select'
import slimscroll from './slimscroll'
import snack from './snack'
Expand Down Expand Up @@ -99,6 +100,7 @@ const components = [
progress,
prose,
radio,
radioHeadless,
select,
slimscroll,
snack,
Expand Down

0 comments on commit f8337ec

Please sign in to comment.