import {} from "app/constants/{{name}}"

const initialState = {}

export default function update(state = initialState, action){
    return state;
}
