9 lines
106 B
QML
9 lines
106 B
QML
//@ pragma UseQApplication
|
|
import Quickshell
|
|
import QtQuick
|
|
import "bar" as Bar
|
|
|
|
Scope {
|
|
Bar.Bar {}
|
|
}
|