git rm use-effect.ts

Wasn't using this since it doesn't work
This commit is contained in:
Ryan Gossiaux
2021-12-14 12:05:17 -08:00
parent 9d7f56cdcd
commit a647f7eb87

View File

@@ -1,6 +0,0 @@
export function useEffect(fn, ...args) {
if (fn.__cleanup) {
fn.__cleanup();
}
fn.__cleanup = fn(...args);
}