/** * @module client */ import createClientApp from './client'; export * from './client'; export default createClientApp;