Browse Source

cleared

pull/1/head
wahyun 7 months ago
parent
commit
fbdb1690ab
  1. 2
      src/views/ControlMonitoringGantt/index.js

2
src/views/ControlMonitoringGantt/index.js

@ -2,7 +2,7 @@ import React, { useEffect, useMemo, useState } from 'react';
import Timeline from 'react-calendar-timeline'
import 'react-calendar-timeline/lib/Timeline.css'
import moment from 'moment';
import { BASE_SIMPRO, PROYEK_ADD, PROYEK_SEARCH_DETAIL, GANTT_CONTROL_MONITORING_SEARCH, PROYEK_EDIT, PROYEK_DELETE } from '../../const/ApiConst';
import { BASE_SIMPRO, PROYEK_ADD, GANTT_CONTROL_MONITORING_SEARCH } from '../../const/ApiConst';
import axios from 'axios';
import { NotificationContainer, NotificationManager } from 'react-notifications';
import { Button } from 'antd';

Loading…
Cancel
Save