refactor(structure): move components to folders

This commit is contained in:
tux
2026-08-23 12:16:16 +05:30
parent ae6628f549
commit 494420d241
5 changed files with 2 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
import Quickshell import Quickshell
import qs.windows
Scope { Scope {
Bar {} Bar {}

View File

@@ -10,6 +10,7 @@ import Quickshell.Services.SystemTray
import Quickshell.Widgets import Quickshell.Widgets
import Quickshell.Wayland import Quickshell.Wayland
import qs.config import qs.config
import qs.services
PanelWindow { PanelWindow {
id: window id: window