mirror of
https://github.com/docker/awesome-compose.git
synced 2025-06-30 17:42:55 +00:00
5 lines
161 B
JavaScript
Executable File
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);
|