diff options
Diffstat (limited to 'modules/launcher.tsx')
| -rw-r--r-- | modules/launcher.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
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"; |