diff options
Diffstat (limited to '')
| -rw-r--r-- | src/modules/bar.tsx (renamed from modules/bar.tsx) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/bar.tsx b/src/modules/bar.tsx index 5ed309e..b56d94a 100644 --- a/modules/bar.tsx +++ b/src/modules/bar.tsx @@ -7,7 +7,7 @@ import AstalNetwork from "gi://AstalNetwork"; import AstalNotifd from "gi://AstalNotifd"; import AstalTray from "gi://AstalTray"; import AstalWp01 from "gi://AstalWp"; -import { bar as config } from "../config"; +import { bar as config } from "../../config"; import type { Monitor } from "../services/monitors"; import Players from "../services/players"; import Updates from "../services/updates"; |