Flow index.js

This commit is contained in:
Michael Vines 2018-08-23 12:51:47 -07:00
parent a6154ea649
commit 81f3efb436
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
// @flow
export {Account} from './account';
export {Connection} from './connection';