ported unused calls to luxon, removed unused imports

This commit is contained in:
2025-05-12 11:34:30 +02:00
parent ca76a75562
commit b2b1ebe2f0
2 changed files with 2 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
import type { DateTime } from "luxon"
import type { Moment } from "moment"
export type Seperator = {
text: string,
@@ -16,8 +15,8 @@ export type Event = AnonymousEvent & {
}
export type AnonymousEvent = {
from: Moment,
to: Moment
from: DateTime,
to: DateTime
}
export type EventWithCollisions = Event & {