Skip to content

Commit

Permalink
fix(module:space): add missing exports (#6521)
Browse files Browse the repository at this point in the history
  • Loading branch information
stygian-desolator authored Mar 16, 2021
1 parent ef0f3a5 commit e0073e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/space/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
export * from './space.module';
export * from './space.component';
export * from './space-item.component';
export * from './space-item.directive';
export * from './types';

0 comments on commit e0073e4

Please sign in to comment.