Skip to content

Commit

Permalink
fix: don't import non-existant interface
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed May 14, 2022
1 parent b94d5d2 commit 97da5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/smartstack/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { SmartStack, SmartStackProps } from './stack';
export { SmartStack } from './stack';

0 comments on commit 97da5ab

Please sign in to comment.