joyent-portal/packages/my-joy-beta/src/components/instances/index.js

8 lines
361 B
JavaScript
Raw Normal View History

export { default as List } from './list';
export { default as KeyValue } from './key-value';
export { default as Network } from './network';
export { default as FirewallRule } from './firewall-rule';
2017-10-11 19:59:59 +03:00
export { default as Resize } from './resize';
export { default as CreateSnapshot } from './create-snapshot';
2017-10-13 22:56:08 +03:00
export { default as Snapshots } from './snapshots';