diff --git a/ui/app/AppLayouts/Chat/popups/community/CommunityDetailPopup.qml b/ui/app/AppLayouts/Chat/popups/community/CommunityDetailPopup.qml index cc36a61fb8..79d6d7c2cf 100644 --- a/ui/app/AppLayouts/Chat/popups/community/CommunityDetailPopup.qml +++ b/ui/app/AppLayouts/Chat/popups/community/CommunityDetailPopup.qml @@ -10,7 +10,6 @@ import StatusQ.Popups 0.1 import utils 1.0 -import "../../../../../shared" StatusModal { property QtObject community: chatsModel.communities.observedCommunity diff --git a/ui/app/AppLayouts/Chat/popups/community/CreateCategoryPopup.qml b/ui/app/AppLayouts/Chat/popups/community/CreateCategoryPopup.qml index 8ae285b6a8..213bf8ecad 100644 --- a/ui/app/AppLayouts/Chat/popups/community/CreateCategoryPopup.qml +++ b/ui/app/AppLayouts/Chat/popups/community/CreateCategoryPopup.qml @@ -3,7 +3,6 @@ import QtQuick.Controls 2.3 import QtQuick.Dialogs 1.3 import utils 1.0 -import "../../../../../shared" import "../../../../../shared/popups" import StatusQ.Core 0.1 diff --git a/ui/app/AppLayouts/Chat/popups/community/CreateCommunityPopup.qml b/ui/app/AppLayouts/Chat/popups/community/CreateCommunityPopup.qml index 5e4a2e5d0c..63fcd46bca 100644 --- a/ui/app/AppLayouts/Chat/popups/community/CreateCommunityPopup.qml +++ b/ui/app/AppLayouts/Chat/popups/community/CreateCommunityPopup.qml @@ -4,7 +4,6 @@ import QtGraphicalEffects 1.13 import QtQuick.Dialogs 1.3 import utils 1.0 -import "../../../../../shared" import "../../../../../shared/panels" import "../../../../../shared/popups" diff --git a/ui/app/AppLayouts/Chat/popups/community/InviteFriendsToCommunityPopup.qml b/ui/app/AppLayouts/Chat/popups/community/InviteFriendsToCommunityPopup.qml index ee57aff9fc..7d38e33fd5 100644 --- a/ui/app/AppLayouts/Chat/popups/community/InviteFriendsToCommunityPopup.qml +++ b/ui/app/AppLayouts/Chat/popups/community/InviteFriendsToCommunityPopup.qml @@ -7,9 +7,7 @@ import StatusQ.Controls 0.1 import StatusQ.Components 0.1 import StatusQ.Popups 0.1 - import utils 1.0 -import "../../../../../shared" import "../../views" import "../../panels/communities"