summaryrefslogtreecommitdiff
path: root/frontend/src/start.tsx
diff options
context:
space:
mode:
authorParty Wumpus <48649272+PartyWumpus@users.noreply.github.com>2024-02-15 22:28:36 +0000
committerParty Wumpus <48649272+PartyWumpus@users.noreply.github.com>2024-02-15 22:28:36 +0000
commit867ce63f7bc67cb418d96d226a7e3eaf2b05bc87 (patch)
tree5424e3374c2f66e25d6fa0a80bc4f6f3e18fa84d /frontend/src/start.tsx
parentee6122b97d042e8bb50531511d6c0103e0d6a358 (diff)
downloaddecky-loader-867ce63f7bc67cb418d96d226a7e3eaf2b05bc87.tar.gz
decky-loader-867ce63f7bc67cb418d96d226a7e3eaf2b05bc87.zip
Add event handler
Diffstat (limited to 'frontend/src/start.tsx')
-rw-r--r--frontend/src/start.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontend/src/start.tsx b/frontend/src/start.tsx
index e8c489f2..0803f46e 100644
--- a/frontend/src/start.tsx
+++ b/frontend/src/start.tsx
@@ -3,11 +3,9 @@ import Backend from 'i18next-http-backend';
import { initReactI18next } from 'react-i18next';
import PluginLoader from './plugin-loader';
-import { DeckyUpdater } from './updater';
declare global {
export var DeckyPluginLoader: PluginLoader;
- export var DeckyUpdater: DeckyUpdater | undefined; // TODO get rid of this
export var importDeckyPlugin: Function;
export var deckyHasLoaded: boolean;
export var deckyHasConnectedRDT: boolean | undefined;