import { <%= myConst %> } from '../constants';

export const <%= myAction %> = createAction<<%= myType %>>(<%= myConst %>);
