summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorAAGaming <aagaming@riseup.net>2023-12-12 22:23:07 -0500
committerAAGaming <aagaming@riseup.net>2023-12-29 18:40:52 -0500
commit4f40b97f53706acfd70498049472893bb136ae0e (patch)
treef64933bae2e32b13a6a6c5776eb49ec0c8084ca5 /frontend
parent5fd5b2f08cd39a26eecab8901c1d39020c056ac1 (diff)
downloaddecky-loader-4f40b97f53706acfd70498049472893bb136ae0e.tar.gz
decky-loader-4f40b97f53706acfd70498049472893bb136ae0e.zip
fix: idiotic formatting error i should have noticed
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/developer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/src/developer.tsx b/frontend/src/developer.tsx
index fef29a0e..b09eab64 100644
--- a/frontend/src/developer.tsx
+++ b/frontend/src/developer.tsx
@@ -1,4 +1,4 @@
-import { findModuleChild, sleep } from 'decky-frontend-lib';
+import { sleep } from 'decky-frontend-lib';
import { FaReact } from 'react-icons/fa';
import Logger from './logger';