diff --git a/src/index.ts b/src/index.ts index 96d0c57..c452448 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,16 +1,5 @@ import GoogleCalendar from './GoogleCalendar'; 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 { googleCalendar: GoogleCalendar;