Skip to content

Commit

Permalink
style: fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Nov 9, 2023
1 parent 2647e00 commit ead4e22
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions packages/components/anatomy/src/components.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,12 @@ export const cardAnatomy = anatomy("card").parts(
)

export const stepperAnatomy = anatomy("stepper").parts(
'stepper',
'step',
'title',
'description',
'indicator',
'separator',
'icon',
'number',
)
"stepper",
"step",
"title",
"description",
"indicator",
"separator",
"icon",
"number",
)

1 comment on commit ead4e22

@vercel
Copy link

@vercel vercel bot commented on ead4e22 Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.