diff options
Diffstat (limited to '')
| -rw-r--r-- | src/modules/popdowns/notifications.tsx (renamed from src/modules/notifications.tsx) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/notifications.tsx b/src/modules/popdowns/notifications.tsx index 85747ce..bb08c13 100644 --- a/src/modules/notifications.tsx +++ b/src/modules/popdowns/notifications.tsx @@ -1,8 +1,8 @@ import { bind } from "astal"; import { Astal, Gtk } from "astal/gtk3"; import AstalNotifd from "gi://AstalNotifd"; -import Notification from "../widgets/notification"; -import PopdownWindow from "../widgets/popdownwindow"; +import Notification from "../../widgets/notification"; +import PopdownWindow from "../../widgets/popdownwindow"; const List = () => ( <box |