This commit is contained in:
Kfir Dayan 2023-03-23 21:38:18 +02:00
parent 647d746732
commit 8770451ebc

View file

@ -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;