diff options
Diffstat (limited to 'src/desktop/apps/index.tsx')
| -rw-r--r-- | src/desktop/apps/index.tsx | 5 |
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(); |
