Skip to content

Commit

Permalink
fix: missing date-fns-tz import (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderl19 authored Nov 3, 2023
1 parent 8076547 commit 664711b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import Accordion from "react-bootstrap/Accordion";
import Col from "react-bootstrap/Col";
import Container from "react-bootstrap/Container";
import Row from "react-bootstrap/Row";
import { utcToZonedTime } from "date-fns-tz";

import clip from "@/assets/images/clip.svg";

Expand Down

0 comments on commit 664711b

Please sign in to comment.