Skip to content

Commit

Permalink
fix: types export
Browse files Browse the repository at this point in the history
  • Loading branch information
SoloJiang committed Nov 25, 2020
1 parent 3088b46 commit d0af638
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
export * from './runApp';
export { ErrorBoundary } from './ErrorBoundary';
export { APP_MODE } from './appMode';
export * from './types';

<%- imports %>

Expand Down

0 comments on commit d0af638

Please sign in to comment.