From 01540ca9d24112e8b587c35150e2c9b7bbfdbdec Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:53:42 +1100 Subject: Pass home and cache through bundler --- modules/launcher.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'modules') diff --git a/modules/launcher.tsx b/modules/launcher.tsx index 0768539..83245ca 100644 --- a/modules/launcher.tsx +++ b/modules/launcher.tsx @@ -6,7 +6,6 @@ import AstalHyprland from "gi://AstalHyprland"; import { launcher as config } from "../config"; import { Apps } from "../services/apps"; import Math, { type HistoryItem } from "../services/math"; -import { HOME } from "../utils/constants"; import { getAppCategoryIcon } from "../utils/icons"; import { launch } from "../utils/system"; import { PopupWindow, setupCustomTooltip, TransitionType } from "../utils/widgets"; -- cgit v1.2.3-freya