Unverified Commit ce477095 authored by lirazyehezkel's avatar lirazyehezkel Committed by GitHub
Browse files

Mizu recoil fix (#654)

parent 5fed5808
Showing with 2 additions and 1 deletion
+2 -1
......@@ -11,6 +11,7 @@ interface TappingStatus {
pods: TappingStatusPod[];
}
export type {TappingStatus, TappingStatusPod, tappingStatusDetails};
export type {TappingStatus, TappingStatusPod};
export {tappingStatusDetails};
export default atom;
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment