joyent-portal/packages/my-joy-beta/src/containers/instances/index.js
Sara Vieira 3caaebb0e9 feat(my-joy-beta): revise snapshots implementation
according to new designs

fixes #872
2018-01-05 15:42:09 +00:00

10 lines
420 B
JavaScript

export { default as List } from './list';
export { default as Summary } from './summary';
export { default as Tags } from './tags';
export { default as Metadata } from './metadata';
export { default as Networks } from './networks';
export { default as Firewall } from './firewall';
export { default as Dns } from './dns';
export { default as Snapshots } from './snapshots';
export { default as Resize } from './resize';