mirror of
https://github.com/dwaxweiler/connector-mobilizon
synced 2025-06-05 21:59:25 +02:00
clean up exports and imports
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { DateTime } from 'luxon'
|
||||
|
||||
export class DateTimeWrapper {
|
||||
export default class DateTimeWrapper {
|
||||
|
||||
constructor(text) {
|
||||
this.dateTime = DateTime.fromISO(text)
|
||||
|
Reference in New Issue
Block a user