Repository URL to install this package:
|
Version:
1.3.2 ▾
|
import { config } from '@skava/di'
import './SIDE_EFFECT_GLOBAL_VERSIONS'
if (config.has('bootstrap')) {
const bootstrap = config.get('bootstrap')
bootstrap()
}
export * from './apolloClient'
export * from './renderApp'