diff options
Diffstat (limited to 'internal/system/dispatcher.go')
| -rw-r--r-- | internal/system/dispatcher.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/system/dispatcher.go b/internal/system/dispatcher.go index 86aebcaa..1ea9f108 100644 --- a/internal/system/dispatcher.go +++ b/internal/system/dispatcher.go @@ -7,9 +7,9 @@ import ( "os" "hakurei.app/hst" - "hakurei.app/internal/system/acl" - "hakurei.app/internal/system/dbus" - "hakurei.app/internal/system/xcb" + "hakurei.app/internal/acl" + "hakurei.app/internal/dbus" + "hakurei.app/internal/xcb" ) type osFile interface { |
