remove unused import

This commit is contained in:
Adam Matthiesen 2024-03-04 10:27:26 -08:00
parent 3a9ee8aa0b
commit 5f1f157152
1 changed files with 0 additions and 1 deletions

View File

@ -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