increasing test coverage to 20 percent
[aai/sparky-fe.git] / src / app / configurableViews / ConfigurableViewConstants.js
1 import keyMirror from 'utils/KeyMirror.js';
2 import {BASE_URL} from 'app/networking/NetworkConstants.js';
3
4 export const configurableViewsActionTypes = keyMirror({
5   CONFIGURABLE_VIEWS_CONFIG_RECEIVED: null,
6   CONFIGURABLE_VIEWS_DATA_RECEIVED: null,
7   CUSTOM_ROUTES: null,
8   CUSTOM_COMPONENTS_RECEIVED: null
9 });
10
11 export const GET_LAYOUTS_URL = BASE_URL + '/layouts';