diff --git a/src/equicordplugins/philsPluginLibrary/patches/video.ts b/src/equicordplugins/philsPluginLibrary/patches/video.ts index b0460dee..96310225 100644 --- a/src/equicordplugins/philsPluginLibrary/patches/video.ts +++ b/src/equicordplugins/philsPluginLibrary/patches/video.ts @@ -19,7 +19,7 @@ import { Logger } from "@utils/Logger"; import { lodash } from "@webpack/common"; -import { ScreenshareProfile, ScreenshareStore } from "../../betterScreenshare.desktop/stores"; +import { ScreenshareProfile, ScreenshareStore } from "../../betterScreenshare.dev/stores"; import { ProfilableStore, replaceObjectValuesIfExist, types, utils } from "..";