Added fundamentals for v2 rule set intro.
This commit is contained in:
@@ -1,31 +1,28 @@
|
||||
import { message, notification } from "antd";
|
||||
import { message } from "antd";
|
||||
import moment from "moment";
|
||||
//import LogRocket from "logrocket";
|
||||
import { all, call, put, takeLatest, delay } from "redux-saga/effects";
|
||||
import { all, call, delay, put, takeLatest } from "redux-saga/effects";
|
||||
import {
|
||||
auth,
|
||||
getCurrentUser,
|
||||
updateCurrentUser,
|
||||
updateCurrentUser
|
||||
} from "../../firebase/firebase.utils";
|
||||
import {
|
||||
QUERY_BODYSHOP,
|
||||
QUERY_NOTIFICATIONS,
|
||||
QUERY_NOTIFICATIONS
|
||||
} from "../../graphql/bodyshop.queries";
|
||||
import client from "../../graphql/GraphQLClient";
|
||||
import { UPSERT_USER } from "../../graphql/user.queries";
|
||||
import ipcTypes from "../../ipc.types";
|
||||
import {
|
||||
sendPasswordResetFailure,
|
||||
checkForNotification, sendPasswordResetFailure,
|
||||
sendPasswordResetSuccess,
|
||||
setBodyshop,
|
||||
signInFailure,
|
||||
setBodyshop, setNotification, signInFailure,
|
||||
signInSuccess,
|
||||
signOutFailure,
|
||||
signOutSuccess,
|
||||
unauthorizedUser,
|
||||
updateUserDetailsSuccess,
|
||||
checkForNotification,
|
||||
setNotification,
|
||||
updateUserDetailsSuccess
|
||||
} from "./user.actions";
|
||||
import UserActionTypes from "./user.types";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user