2.3 - added notification center, added event on save/generate on calender, generator and settings - fixed dependency

environments/production/deployments/11
Theenoro 2019-05-05 03:36:27 +02:00
parent 9296cbf1bc
commit 4b3d713c3d
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ import React from 'react';
import ReactDOM from 'react-dom';
import InfiniteCalendar from 'react-infinite-calendar';
import { DB } from '../static/storage';
import { Notify } from '../static/notify';
//import 'react-infinite-calendar/styles.css'; // only needs to be imported once
const moment = require('moment');