diff --git a/calendar.js b/calendar.js index 86555ec..6e8f438 100644 --- a/calendar.js +++ b/calendar.js @@ -1,5 +1,5 @@ -const ICAL = require('ical.js') -const shows = require('./shows.js') +import ICAL from 'ical.js' +import shows from './shows' function max(a, b) { if (a