Skip to content

Instantly share code, notes, and snippets.

@salasrob
salasrob / ProviderDashboard.jsx
Created October 14, 2021 01:15
ReactJS - Welrus - Provider Dashboard
import React, { Fragment } from "react";
import ProviderAppointments from "@components/providers/dashboard/ProviderAppointments";
import ManagementRoutes from "@components/providers/dashboard/ManagementRoutes";
import AppointmentAnalytics from "@components/providers/dashboard/AppointmentAnalytics";
import { Grid } from "@material-ui/core";
import AppointmentView from "@components/providers/dashboard/AppointmentDetailsModal";
import appointmentService from "@services/appointmentService";
import providerDetailsService from "@services/providerDetailsService";
import { Snackbar } from "@material-ui/core";
import Alert from "../../assets/components/Alert";