// #ifdef PLATFORM_GNOME // export {default} from "./ui/gnome/GnomePlatform.js"; // #else export {default} from "./ui/web/WebPlatform.js"; // #endif