fix exports
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
export * from './liveness';
|
||||
export * from './readiness';
|
||||
export * from './checks';
|
||||
|
||||
Reference in New Issue
Block a user
@@ -1,2 +1,3 @@
|
||||
export * from './liveness';
|
||||
export * from './readiness';
|
||||
export * from './checks';
|
||||
|
||||