let app = null export const getApp = () => app export const setApp = a => { app = a }