Skip to content

Instantly share code, notes, and snippets.

/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId]) {
/******/ return installedModules[moduleId].exports;
// ... dependecies
//query
const fetchDoctor = require('./fetchDoctor');
const fetchVisits = require('./fetchVisits');
class DoctorPage extends Component {
constructor(props){
super(props);
let daylist = {};