aboutsummaryrefslogtreecommitdiff
path: root/static/vevent.ts
diff options
context:
space:
mode:
Diffstat (limited to 'static/vevent.ts')
-rw-r--r--static/vevent.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/static/vevent.ts b/static/vevent.ts
index d8ef58ce..ddabb507 100644
--- a/static/vevent.ts
+++ b/static/vevent.ts
@@ -1,5 +1,5 @@
-import { ical_type, valid_input_types, JCal, JCalProperty } from './types'
-import { uid, parseDate } from './lib'
+import { uid, ical_type, valid_input_types, JCal, JCalProperty } from './types'
+import { parseDate } from './lib'
export { VEvent, xml_to_vcal }