add support for opening hours that automatically change over time
This commit is contained in:
@ -5,8 +5,9 @@ import {
|
||||
formatDate,
|
||||
formatExtendedDateTime,
|
||||
isTodayOrFuture,
|
||||
compareDates,
|
||||
} from "@/lib/date";
|
||||
import { EventFragment, EventOccurrence, compareDates } from "@/lib/event";
|
||||
import { EventFragment, EventOccurrence } from "@/lib/event";
|
||||
import styles from "./dateList.module.scss";
|
||||
import Link from "next/link";
|
||||
|
||||
|
Reference in New Issue
Block a user