awesome-compose/react-java-mysql/frontend/src/app/redux/whales/action-creators.js

5 lines
161 B
JavaScript
Executable File

import { createAction } from 'redux-actions';
import * as ActionTypes from "./action-types";
export const fetchWhales = createAction(ActionTypes.FETCH_WHALES);