From 79c802dff9a015d489a0c0a496d86fd4aa64ec2e Mon Sep 17 00:00:00 2001 From: coinmoles Date: Tue, 6 Aug 2024 20:50:12 +0900 Subject: [PATCH] cleanup import on index --- src/pages/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 1de74e1..d2cbc5a 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -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> = () => { const currentDate = formatDate(