Skip to content

Commit

Permalink
remote compareAsc, format, parse, differenceInCalendarDays
Browse files Browse the repository at this point in the history
  • Loading branch information
yu1k committed Oct 25, 2023
1 parent c6f9c23 commit b6e35d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2023/src/pages/schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useTranslation } from "react-i18next"
import { useStaticQuery, graphql } from "gatsby"
import { Link as _Link } from "gatsby-link"
import flatten from "lodash/flatten"
import { compareAsc, format, parse, formatDistance, differenceInCalendarDays } from "date-fns"
import { formatDistance } from "date-fns"

import { Layout } from "../components/Layout"
import { SEO } from "../components/Seo"
Expand Down

0 comments on commit b6e35d4

Please sign in to comment.