Skip to content

Commit

Permalink
feat(design): expose colorable public_api to core's public_api (#2487)
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaint committed Jun 30, 2023
1 parent 88e5ef9 commit 5c7669d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/design/src/core/public_api.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Core
export * from './prefix-suffix/public_api';
export * from './colorable/colorable';
export * from './colorable/public_api';
export * from './breakpoints/breakpoints';
export * from './constructor/constructor';
export * from './statusable/public_api';
Expand Down

0 comments on commit 5c7669d

Please sign in to comment.