import Quickshell
import QtQuick
import qs.modules.Bar
import qs.modules.ipc
ShellRoot {
id: root
Bar {}
Ipc {}
}