From 371d52710c94507438b769ca02ab1101a4986b5d Mon Sep 17 00:00:00 2001 From: vaporvee Date: Wed, 30 Oct 2024 03:39:11 +0100 Subject: [PATCH] finally installed a eslint plugin to my ide lol --- src/app/blog/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 19698db..a116459 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -1,7 +1,6 @@ import Link from "next/link"; -import { type SanityDocument } from "next-sanity"; -import { client, sanityFetch } from "@/sanity/client"; +import { sanityFetch } from "@/sanity/client"; import { Post } from "@/sanity/sanity.types"; const POSTS_QUERY = `*[