Add default exports for Volume and Network modules

Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
Cameron Diver 2019-08-16 14:27:12 +01:00
parent 55ee5a468f
commit bd022df8bd
No known key found for this signature in database
GPG Key ID: 49690ED87032539F
2 changed files with 4 additions and 0 deletions

View File

@ -235,3 +235,5 @@ export class Network {
return `${appId}_${name}`;
}
}
export default Network;

View File

@ -1027,3 +1027,5 @@ export class Service {
];
}
}
export default Service;