Fix Tauri listeners

This commit is contained in:
Gregory Schier
2023-04-01 00:02:17 -07:00
parent d7c9fe7991
commit 604254257d

View File

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