This repository has been archived on 2022-08-19. You can view files and clone it, but cannot push or open issues or pull requests.
hydrogen-web/src/Platform.js
Bruno Windels ccb722d766 more WIP
2019-07-26 22:03:57 +02:00

6 lines
147 B
JavaScript

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