mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 16:35:23 +00:00
Add default exports for Volume and Network modules
Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
parent
55ee5a468f
commit
bd022df8bd
@ -235,3 +235,5 @@ export class Network {
|
||||
return `${appId}_${name}`;
|
||||
}
|
||||
}
|
||||
|
||||
export default Network;
|
||||
|
@ -1027,3 +1027,5 @@ export class Service {
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
export default Service;
|
||||
|
Loading…
x
Reference in New Issue
Block a user