UNPKG

@fitch-digital/fitch-create-app

Version:

Boilerplate templates for FITCH projects

8 lines (6 loc) 147 B
export const APP_INIT = 'APP_INIT'; export const APP_READY = 'APP_READY'; export const actionAppInit = url => ({ type: APP_INIT, url, });