[Metro] Remove now-useless import of the patcher

This commit is contained in:
Beef 2023-08-04 02:28:51 +01:00
parent 06dee4cefc
commit 1bce60d7ab

View file

@ -1,5 +1,4 @@
import { MetroModules, PropsFinder, PropsFinderAll } from "@types";
import { instead } from "@lib/patcher";
// Metro require
declare const __r: (moduleId: number) => any;