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/math.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/services/math.ts') diff --git a/src/services/math.ts b/src/services/math.ts index 14e90e0..925bbcb 100644 --- a/src/services/math.ts +++ b/src/services/math.ts @@ -1,6 +1,6 @@ import { GLib, GObject, property, readFile, register, writeFileAsync } from "astal"; +import { math as config } from "config"; import { derivative, evaluate, rationalize, simplify } from "mathjs/number"; -import { math as config } from "../../config"; export interface HistoryItem { equation: string; -- cgit v1.2.3-freya