Skip to content

Commit

Permalink
fix(index): default export
Browse files Browse the repository at this point in the history
  • Loading branch information
gadicc committed Feb 1, 2021
1 parent 3970132 commit ae50993
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ import historical from './modules/historical';
import quoteSummary from './modules/quoteSummary';
import search from './modules/search';

export default {
autoc,
historical,
quoteSummary,
search,
}

export {
autoc,
historical,
Expand Down

0 comments on commit ae50993

Please sign in to comment.