diff options
Diffstat (limited to 'src/plugins/customRPC.tsx')
-rw-r--r-- | src/plugins/customRPC.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/customRPC.tsx b/src/plugins/customRPC.tsx index ecd77e9..27776ef 100644 --- a/src/plugins/customRPC.tsx +++ b/src/plugins/customRPC.tsx @@ -16,11 +16,11 @@ * along with this program. If not, see <https://www.gnu.org/licenses/>. */ -import { definePluginSettings } from "@api/settings"; +import { definePluginSettings } from "@api/Settings"; import { Link } from "@components/Link"; import { Devs } from "@utils/constants"; import { isTruthy } from "@utils/guards"; -import { useAwaiter } from "@utils/misc"; +import { useAwaiter } from "@utils/react"; import definePlugin, { OptionType } from "@utils/types"; import { filters, findByCodeLazy, findByPropsLazy, mapMangledModuleLazy } from "@webpack"; import { |