From 88e7919a12fd56b297e73afb3fb05483f5893f4d Mon Sep 17 00:00:00 2001 From: AAGaming Date: Thu, 18 Jul 2024 01:20:29 -0400 Subject: implement new toaster hook this also supports the notification list and probably also desktop toasts (UI wip, read location enum prop from toast component probably) --- frontend/src/plugin-loader.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'frontend/src/plugin-loader.tsx') diff --git a/frontend/src/plugin-loader.tsx b/frontend/src/plugin-loader.tsx index f5ff71b5..8187116e 100644 --- a/frontend/src/plugin-loader.tsx +++ b/frontend/src/plugin-loader.tsx @@ -36,7 +36,6 @@ import Toaster from './toaster'; import { getVersionInfo } from './updater'; import { getSetting, setSetting } from './utils/settings'; import TranslationHelper, { TranslationClass } from './utils/TranslationHelper'; -import AppHook from './app-hook'; const StorePage = lazy(() => import('./components/store/Store')); const SettingsPage = lazy(() => import('./components/settings')); -- cgit v1.2.3