From 08ab68a72b0468752af4b92979a37bdaf66af93d Mon Sep 17 00:00:00 2001 From: Mikhail Zolotukhin Date: Sat, 23 Oct 2021 00:09:28 +0300 Subject: [PATCH] refactor: remove unused imports from main.qml --- res/ui/main.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/res/ui/main.qml b/res/ui/main.qml index 21d28c63..8c2969f8 100644 --- a/res/ui/main.qml +++ b/res/ui/main.qml @@ -4,7 +4,6 @@ // SPDX-License-Identifier: MIT import QtQuick 2.0 -import org.kde.plasma.components 2.0 as Plasma; import org.kde.kwin 2.0; import org.kde.taskmanager 0.1 as TaskManager import "../code/index.mjs" as Bismuth