remove unused code

This commit is contained in:
SethBurkart123
2024-02-04 19:18:54 +11:00
parent 86ff139c78
commit 6152186150
@@ -25,7 +25,6 @@ const TabbedContainer: React.FC<TabbedContainerProps> = ({ tabs }) => {
return () => { return () => {
window.removeEventListener("message", handleMessage); window.removeEventListener("message", handleMessage);
}; };
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []); }, []);