You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

appActionConstants.js 240B

12345
  1. import { createLoadingType } from "../actionHelpers";
  2. export const APP_LOADING = createLoadingType("APP_LOADING");
  3. export const ADD_LOADER = createLoadingType("ADD_LOADER");
  4. export const REMOVE_LOADER = createLoadingType("REMOVE_LOADER");