Skip to content

Commit

Permalink
fix: export SpectrumCommand decorator
Browse files Browse the repository at this point in the history
  • Loading branch information
Superd22 committed Dec 28, 2018
1 parent 62c512c commit 93ed065
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/Spectrum/components/api/decorators/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./spectrum-command.decorator";
3 changes: 2 additions & 1 deletion src/Spectrum/components/api/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './command.component';
export * from "./command.component";
export * from "./decorators";

0 comments on commit 93ed065

Please sign in to comment.