From 15a66a2b314e7a674c9445e25ffb2451ec73b55e Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 12 Nov 2025 23:19:34 +0900 Subject: treewide: import internal/helper For #24. Signed-off-by: Ophestra --- system/dbus/proxy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/dbus/proxy.go') diff --git a/system/dbus/proxy.go b/system/dbus/proxy.go index a3a60652..9de49c41 100644 --- a/system/dbus/proxy.go +++ b/system/dbus/proxy.go @@ -6,8 +6,8 @@ import ( "sync" "syscall" - "hakurei.app/helper" "hakurei.app/hst" + "hakurei.app/internal/helper" "hakurei.app/message" ) -- cgit v1.3.1