Skip to content

Commit

Permalink
fixup! Feat(web-react): Introduce Divider component #DS-1391
Browse files Browse the repository at this point in the history
  • Loading branch information
curdaj committed Jul 19, 2024
1 parent fdd0ef2 commit b95c753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-react/scripts/entryPoints.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const entryPoints = [
{ dirs: ['components', 'Collapse'] },
{ dirs: ['components', 'Container'] },
{ dirs: ['components', 'Dialog'] },
{ dirs: ['components', 'Divider'] },
{ dirs: ['components', 'Dropdown'] },
{ dirs: ['components', 'Field'] },
{ dirs: ['components', 'FieldGroup'] },
Expand Down Expand Up @@ -47,7 +48,6 @@ const entryPoints = [
{ dirs: ['components', 'Tooltip'] },
{ dirs: ['components', 'UNSTABLE_ActionLayout'] },
{ dirs: ['components', 'UNSTABLE_Avatar'] },
{ dirs: ['components', 'UNSTABLE_Divider'] },
{ dirs: ['components', 'UNSTABLE_EmptyState'] },
{ dirs: ['components', 'UNSTABLE_PartnerLogo'] },
{ dirs: ['components', 'UNSTABLE_ProductLogo'] },
Expand Down

0 comments on commit b95c753

Please sign in to comment.