vector-im-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