Fix Tauri listeners

This commit is contained in:
Gregory Schier
2023-04-01 00:02:17 -07:00
parent 4a0d698776
commit 0cb56f1a85

View File

@@ -154,5 +154,5 @@ export function useTauriListeners() {
unsub();
}
};
});
}, []);
}