summaryrefslogtreecommitdiff
path: root/src/desktop/apps/index.tsx
diff options
context:
space:
mode:
authordarkuss <darkussdelta@gmail.com>2026-08-13 05:13:32 +0200
committerdarkuss <darkussdelta@gmail.com>2026-08-13 05:13:32 +0200
commit5ac62cc1a4d9a5f50ea26d5bc1afb0fbf95da23c (patch)
treefd50520f319ec22798f8b3629899cd1bbef5af23 /src/desktop/apps/index.tsx
init
Diffstat (limited to 'src/desktop/apps/index.tsx')
-rw-r--r--src/desktop/apps/index.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/desktop/apps/index.tsx b/src/desktop/apps/index.tsx
new file mode 100644
index 0000000..a2954b6
--- /dev/null
+++ b/src/desktop/apps/index.tsx
@@ -0,0 +1,5 @@
+import { FunctionalComponent } from "preact";
+import { Edit } from "./edit";
+import { Music } from "./music";
+
+export const APP_REGISTRY: Map<string, FunctionalComponent> = new Map();