From f5dffe12c263dc71e6983134420a12dbe1c34a0f Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:55:07 -0400 Subject: [PATCH] fix imports --- src/plugins/customFolderIcons/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/plugins/customFolderIcons/index.tsx b/src/plugins/customFolderIcons/index.tsx index ea6985fe3..ba5494020 100644 --- a/src/plugins/customFolderIcons/index.tsx +++ b/src/plugins/customFolderIcons/index.tsx @@ -4,7 +4,6 @@ * SPDX-License-Identifier: GPL-3.0-or-later */ -import { showNotification } from "@api/Notifications"; import { Devs } from "@utils/constants"; import definePlugin from "@utils/types";