Skip to content

Commit

Permalink
fixed import for helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-Ross committed Mar 6, 2024
1 parent 5ddb31e commit f2cd805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/useFormatDates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
formatRelativeEventDate,
} from "helpers/dates";
import { useEffect, useState } from "react";
import { EventInfo } from "services/server/events";
import { EventInfo } from "../services/server/events";

export const useFormatDates = (event: EventInfo, formatLong: boolean) => {
const [relativeDate, setRelativeDate] = useState<string>("");
Expand Down

0 comments on commit f2cd805

Please sign in to comment.