import { bootstrap } from './bootstrap' import { generate } from './generate' export const actions = { generate, bootstrap, }