Skip to content

Commit

Permalink
Reenable bin/vat
Browse files Browse the repository at this point in the history
Add missing src/devices/index.js with named exports from the devices'
top-halves.

fixes Agoric#51
  • Loading branch information
michaelfig committed May 21, 2019
1 parent 8aab4f9 commit b13a3b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/devices/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// Export all the default exports of the driver top-halves.
export { default as buildChannel } from './channel';
export { default as buildInbound } from './inbound';
export { default as buildOutbox } from './outbox';
export { default as buildSharedStringTable } from './sharedTable';

0 comments on commit b13a3b4

Please sign in to comment.