refactor: move CommunityBanner to shared namespace
This commit is contained in:
parent
dfc7a6a951
commit
e98a3b27fb
|
@ -10,6 +10,7 @@ import StatusQ.Components 0.1
|
||||||
import "../../layouts"
|
import "../../layouts"
|
||||||
|
|
||||||
import utils 1.0
|
import utils 1.0
|
||||||
|
import shared.panels 1.0
|
||||||
|
|
||||||
StackLayout {
|
StackLayout {
|
||||||
id: root
|
id: root
|
||||||
|
|
|
@ -9,6 +9,7 @@ import StatusQ.Components 0.1
|
||||||
|
|
||||||
import utils 1.0
|
import utils 1.0
|
||||||
import shared.popups 1.0
|
import shared.popups 1.0
|
||||||
|
import shared.panels 1.0
|
||||||
|
|
||||||
import "controls"
|
import "controls"
|
||||||
import "stores"
|
import "stores"
|
||||||
|
|
|
@ -78,3 +78,4 @@ Rectangle {
|
||||||
onClicked: root.buttonClicked()
|
onClicked: root.buttonClicked()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
Address 1.0 Address.qml
|
Address 1.0 Address.qml
|
||||||
AddressRequiredValidator 1.0 AddressRequiredValidator.qml
|
AddressRequiredValidator 1.0 AddressRequiredValidator.qml
|
||||||
BalanceValidator 1.0 BalanceValidator.qml
|
BalanceValidator 1.0 BalanceValidator.qml
|
||||||
|
CommunityBanner 1.0 CommunityBanner.qml
|
||||||
GlossaryEntry 1.0 GlossaryEntry.qml
|
GlossaryEntry 1.0 GlossaryEntry.qml
|
||||||
GlossaryLetter 1.0 GlossaryLetter.qml
|
GlossaryLetter 1.0 GlossaryLetter.qml
|
||||||
ImageLoader 1.0 ImageLoader.qml
|
ImageLoader 1.0 ImageLoader.qml
|
||||||
|
|
Loading…
Reference in New Issue