diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-10-20 11:50:57 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2025-10-20 11:50:57 -0400 |
| commit | a7f7d5878a037fd59fb3257daf9d5e22c63ef9e8 (patch) | |
| tree | e9895aa7f298928a04ce863b6dcb8b94a1fa67a3 /src/index.tsx | |
| parent | 8df144476589f10ce3d52bd59b125ba50fdc72bc (diff) | |
| download | decky-lsfg-vk-a7f7d5878a037fd59fb3257daf9d5e22c63ef9e8.tar.gz decky-lsfg-vk-a7f7d5878a037fd59fb3257daf9d5e22c63ef9e8.zip | |
centralize index into src, comment out unused importsv0.11.3
Diffstat (limited to 'src/index.tsx')
| -rwxr-xr-x | src/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.tsx b/src/index.tsx index 799f2ff..bbe4cd3 100755 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,7 +1,7 @@ import { staticClasses } from "@decky/ui"; import { definePlugin } from "@decky/api"; import { GiPlasticDuck } from "react-icons/gi"; -import { Content } from "./components"; +import { Content } from "./components/Content"; export default definePlugin(() => { console.log("decky-lsfg-vk plugin initializing"); |
