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/services/weather.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/services/weather.ts') diff --git a/src/services/weather.ts b/src/services/weather.ts index e57e7c4..8474198 100644 --- a/src/services/weather.ts +++ b/src/services/weather.ts @@ -1,6 +1,6 @@ +import { notify } from "@/utils/system"; import { execAsync, GLib, GObject, interval, property, readFileAsync, register, writeFileAsync } from "astal"; -import { weather as config } from "../../config"; -import { notify } from "../utils/system"; +import { weather as config } from "config"; export interface WeatherCondition { text: string; -- cgit v1.2.3-freya