fix build

This commit is contained in:
2024-06-24 05:16:48 +02:00
parent 15e4e70806
commit 5f1afa620a

View File

@ -1,9 +1,7 @@
import { graphql } from "@/gql";
import { ContactFragment, ContactIndexFragment } from "@/gql/graphql";
import { ContactIndexFragment } from "@/gql/graphql";
import { getClient } from "@/app/client";
import { ContactList } from "@/components/Contacts/ContactList";
import { Blocks } from "@/components/blocks/Blocks";
import Link from "next/link";
import { PageHeader } from "@/components/general/PageHeader";
const ContactIndexDefinition = graphql(`