cleaning
This commit is contained in:
parent
647d746732
commit
8770451ebc
1 changed files with 0 additions and 11 deletions
11
src/index.ts
11
src/index.ts
|
@ -1,16 +1,5 @@
|
||||||
import GoogleCalendar from './GoogleCalendar';
|
import GoogleCalendar from './GoogleCalendar';
|
||||||
import GameSource from './GameSource';
|
import GameSource from './GameSource';
|
||||||
import { GoogleCalendarEvent } from './types/index';
|
|
||||||
import moment from 'moment'; // require
|
|
||||||
|
|
||||||
|
|
||||||
// crete App class
|
|
||||||
// app class will be the main class of our application
|
|
||||||
// it will be collecting macabi haifa events from GameSource class
|
|
||||||
// it will be responsible for update GameSource events in google calendar
|
|
||||||
// it will be responsible for update GameSource events in local file
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
class App {
|
class App {
|
||||||
googleCalendar: GoogleCalendar;
|
googleCalendar: GoogleCalendar;
|
||||||
|
|
Loading…
Reference in a new issue