chore: update applayout imports
This commit is contained in:
parent
c2977e468f
commit
5937c7d3aa
|
@ -6,13 +6,13 @@ import Qt.labs.qmlmodels 1.0
|
|||
import Qt.labs.platform 1.1
|
||||
import Qt.labs.settings 1.0
|
||||
|
||||
import applayouts.Wallet 1.0
|
||||
import applayouts.Node 1.0
|
||||
import applayouts.Browser 1.0
|
||||
import applayouts.Chat 1.0
|
||||
import applayouts.Chat.popups 1.0
|
||||
import applayouts.Profile 1.0
|
||||
import applayouts.Profile.popups 1.0
|
||||
import AppLayouts.Wallet 1.0
|
||||
import AppLayouts.Node 1.0
|
||||
import AppLayouts.Browser 1.0
|
||||
import AppLayouts.Chat 1.0
|
||||
import AppLayouts.Chat.popups 1.0
|
||||
import AppLayouts.Profile 1.0
|
||||
import AppLayouts.Profile.popups 1.0
|
||||
|
||||
import utils 1.0
|
||||
import shared 1.0
|
||||
|
@ -27,7 +27,7 @@ import StatusQ.Layout 0.1
|
|||
import StatusQ.Popups 0.1
|
||||
import StatusQ.Core 0.1
|
||||
|
||||
import applayouts.stores 1.0
|
||||
import AppLayouts.stores 1.0
|
||||
|
||||
Item {
|
||||
id: appMain
|
||||
|
|
|
@ -12,7 +12,7 @@ import StatusQ.Controls 0.1
|
|||
import shared.views 1.0
|
||||
import shared.panels 1.0
|
||||
import shared.popups 1.0
|
||||
import applayouts.Wallet 1.0
|
||||
import AppLayouts.Wallet 1.0
|
||||
|
||||
StatusModal {
|
||||
id: root
|
||||
|
|
|
@ -14,7 +14,7 @@ import shared.popups 1.0
|
|||
import shared.stores 1.0
|
||||
|
||||
//TODO remove this dependency
|
||||
import applayouts.Chat.panels 1.0
|
||||
import AppLayouts.Chat.panels 1.0
|
||||
import "./emojiList.js" as EmojiJSON
|
||||
|
||||
import StatusQ.Core.Theme 0.1
|
||||
|
|
|
@ -9,7 +9,7 @@ import shared.panels 1.0
|
|||
import shared.popups 1.0
|
||||
import shared.status 1.0
|
||||
//TODO remove this dependency!
|
||||
import applayouts.Chat.stores 1.0
|
||||
import AppLayouts.Chat.stores 1.0
|
||||
|
||||
Item {
|
||||
id: root
|
||||
|
|
|
@ -9,7 +9,7 @@ import shared.panels 1.0
|
|||
import StatusQ.Controls 0.1 as StatusQControls
|
||||
import StatusQ.Components 0.1
|
||||
//TODO improve this!
|
||||
import applayouts.Chat.stores 1.0
|
||||
import AppLayouts.Chat.stores 1.0
|
||||
|
||||
Popup {
|
||||
id: root
|
||||
|
|
|
@ -6,7 +6,7 @@ import utils 1.0
|
|||
import shared.status 1.0
|
||||
import shared.stores 1.0
|
||||
// TODO move Contact into shared to get rid of that import
|
||||
import applayouts.Chat.controls 1.0
|
||||
import AppLayouts.Chat.controls 1.0
|
||||
|
||||
Item {
|
||||
id: root
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
pragma Singleton
|
||||
|
||||
import QtQuick 2.13
|
||||
import applayouts.Chat.popups 1.0
|
||||
import AppLayouts.Chat.popups 1.0
|
||||
|
||||
QtObject {
|
||||
id: root
|
||||
|
|
|
@ -16,7 +16,7 @@ import shared.panels 1.0
|
|||
import shared.popups 1.0
|
||||
|
||||
import mainui 1.0
|
||||
import applayouts.Onboarding 1.0
|
||||
import AppLayouts.Onboarding 1.0
|
||||
|
||||
StatusWindow {
|
||||
property bool hasAccounts: startupModule.appState !== Constants.appState.onboarding
|
||||
|
|
Loading…
Reference in New Issue