mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-21 20:09:37 +00:00
25c5be2f78
Close #7338
10 lines
161 B
QML
10 lines
161 B
QML
import QtQuick 2.13
|
|
|
|
import utils 1.0
|
|
import StatusQ.Core.Utils 0.1 as StatusQUtils
|
|
|
|
QtObject {
|
|
id: root
|
|
|
|
// TODO: move AC-related stuff from chat here
|
|
} |