From 5f1f157152575c385333592a592138ff55effb7c Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Mon, 4 Mar 2024 10:27:26 -0800 Subject: [PATCH] remove unused import --- packages/astro-ghostcms/src/astro-ghostcms.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/astro-ghostcms/src/astro-ghostcms.ts b/packages/astro-ghostcms/src/astro-ghostcms.ts index d9e6f5b3..74d68892 100644 --- a/packages/astro-ghostcms/src/astro-ghostcms.ts +++ b/packages/astro-ghostcms/src/astro-ghostcms.ts @@ -25,7 +25,6 @@ const ENV = loadEnv("all", process.cwd(), "CONTENT_API"); // Import User Configuration Zod Schema import { GhostUserConfigSchema } from "./schemas/userconfig"; -import type { string } from "astro/zod"; /** Astro-GhostCMS Integration * @description This integration allows you to use GhostCMS as a headless CMS for your Astro project