mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-24 15:24:17 +00:00
Mizu recoil fix (#654)
This commit is contained in:
parent
5fed5808d2
commit
ce477095fd
@ -11,6 +11,7 @@ interface TappingStatus {
|
||||
pods: TappingStatusPod[];
|
||||
}
|
||||
|
||||
export type {TappingStatus, TappingStatusPod, tappingStatusDetails};
|
||||
export type {TappingStatus, TappingStatusPod};
|
||||
export {tappingStatusDetails};
|
||||
|
||||
export default atom;
|
||||
|
Loading…
Reference in New Issue
Block a user