mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-18 10:32:53 +00:00
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 utils 1.0
|
||||
import shared.panels 1.0
|
||||
|
||||
StackLayout {
|
||||
id: root
|
||||
|
@ -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"
|
||||
|
@ -78,3 +78,4 @@ Rectangle {
|
||||
onClicked: root.buttonClicked()
|
||||
}
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user