refactor: move CommunityBanner to shared namespace

This commit is contained in:
Pascal Precht 2022-08-25 13:18:51 +02:00 committed by r4bbit.eth
parent dfc7a6a951
commit e98a3b27fb
4 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,7 @@ import StatusQ.Components 0.1
import "../../layouts"
import utils 1.0
import shared.panels 1.0
StackLayout {
id: root

View File

@ -9,6 +9,7 @@ import StatusQ.Components 0.1
import utils 1.0
import shared.popups 1.0
import shared.panels 1.0
import "controls"
import "stores"

View File

@ -78,3 +78,4 @@ Rectangle {
onClicked: root.buttonClicked()
}
}

View File

@ -1,6 +1,7 @@
Address 1.0 Address.qml
AddressRequiredValidator 1.0 AddressRequiredValidator.qml
BalanceValidator 1.0 BalanceValidator.qml
CommunityBanner 1.0 CommunityBanner.qml
GlossaryEntry 1.0 GlossaryEntry.qml
GlossaryLetter 1.0 GlossaryLetter.qml
ImageLoader 1.0 ImageLoader.qml