Added basic RBAC component BOD-232
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import Icon from "@ant-design/icons";
|
||||
import { Statistic } from "antd";
|
||||
import React from "react";
|
||||
import { MdFileDownload, MdFileUpload } from "react-icons/md";
|
||||
import { connect } from "react-redux";
|
||||
import { createStructuredSelector } from "reselect";
|
||||
import {
|
||||
@@ -6,14 +9,6 @@ import {
|
||||
selectScheduleLoadCalculating,
|
||||
} from "../../redux/application/application.selectors";
|
||||
import LoadingSkeleton from "../loading-skeleton/loading-skeleton.component";
|
||||
import { Progress, Statistic } from "antd";
|
||||
import {
|
||||
MdCallReceived,
|
||||
MdCallMissedOutgoing,
|
||||
MdFileDownload,
|
||||
MdFileUpload,
|
||||
} from "react-icons/md";
|
||||
import Icon from "@ant-design/icons";
|
||||
import ScheduleBlockDay from "../schedule-block-day/schedule-block-day.component";
|
||||
|
||||
const ShopTargetHrs = 100;
|
||||
|
||||
Reference in New Issue
Block a user