diff options
Diffstat (limited to 'src/plugins/lastfm.tsx')
-rw-r--r-- | src/plugins/lastfm.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/lastfm.tsx b/src/plugins/lastfm.tsx index c001a59..380d1ea 100644 --- a/src/plugins/lastfm.tsx +++ b/src/plugins/lastfm.tsx @@ -16,10 +16,10 @@ * 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 Logger from "@utils/Logger"; +import { Logger } from "@utils/Logger"; import definePlugin, { OptionType } from "@utils/types"; import { filters, findByPropsLazy, mapMangledModuleLazy } from "@webpack"; import { FluxDispatcher, Forms } from "@webpack/common"; |