From 47db47fe9fe7a33109366614de0f1b6402814c84 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 30 Jan 2025 21:31:58 +1100 Subject: imports: use typescript import paths --- src/widgets/notification.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/widgets') diff --git a/src/widgets/notification.tsx b/src/widgets/notification.tsx index adac831..3def064 100644 --- a/src/widgets/notification.tsx +++ b/src/widgets/notification.tsx @@ -1,8 +1,8 @@ +import { desktopEntrySubs } from "@/utils/icons"; import { GLib, register, timeout } from "astal"; import { Astal, Gtk, Widget } from "astal/gtk3"; +import { notifpopups as config } from "config"; import AstalNotifd from "gi://AstalNotifd"; -import { notifpopups as config } from "../../config"; -import { desktopEntrySubs } from "../utils/icons"; const urgencyToString = (urgency: AstalNotifd.Urgency) => { switch (urgency) { -- cgit v1.2.3-freya