From 8770451ebca9c71468804d6b079ea9decd824588 Mon Sep 17 00:00:00 2001 From: Kfir Dayan Date: Thu, 23 Mar 2023 21:38:18 +0200 Subject: [PATCH] cleaning --- src/index.ts | 11 ----------- 1 file changed, 11 deletions(-) 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;