Skip to content

Commit

Permalink
fix: exports
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Mar 10, 2023
1 parent 0d704bb commit 4900db5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
// components
import SayHello from './components/example';
export {
SayHello
};

// theme
import theme from './theme';
export { theme };
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"jsx": "react",
"declaration": true,
"moduleResolution": "node",
"noUnusedLocals": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"esModuleInterop": true,
"noImplicitReturns": true,
Expand Down

0 comments on commit 4900db5

Please sign in to comment.