import ical from ical.js in server.js

This commit is contained in:
Ryan Mwangi 2024-11-04 15:08:47 +03:00
parent e24f196491
commit 698494dc27
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import express from 'express';
import ical from 'ical';
import ical from 'ical.js';
import fs from 'fs';
import axios from 'axios';
import path from 'path';