wip(desktop): progress

This commit is contained in:
Adam 2025-12-09 06:12:04 -06:00
parent 0a357be160
commit 20662e2101
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75
7 changed files with 75 additions and 25 deletions

View file

@ -1,2 +1,2 @@
export { PlatformProvider, type Platform } from "./PlatformContext"
export { DesktopInterface } from "./DesktopInterface"
export { PlatformProvider, type Platform } from "./context/platform"
export { App } from "./app"