Skip to content

Commit

Permalink
cleanup import on index
Browse files Browse the repository at this point in the history
  • Loading branch information
coinmoles committed Aug 6, 2024
1 parent 0ddfdb2 commit 79c802d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { formatDate } from "date-fns";
import { toZonedTime } from "date-fns-tz";
import { navigate, PageProps, withPrefix } from "gatsby";
import { navigate, PageProps } from "gatsby";
import React, { useEffect } from "react";
import { Helmet } from "react-helmet";

const IndexPage: React.FC<PageProps<null>> = () => {
const currentDate = formatDate(
Expand Down

0 comments on commit 79c802d

Please sign in to comment.