From bc3ec6d6536141e47db6d8e31903010af70d9ae8 Mon Sep 17 00:00:00 2001 From: Adam Matthiesen Date: Tue, 5 Mar 2024 01:01:59 -0800 Subject: [PATCH] fix casing --- packages/astro-ghostcms/src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/astro-ghostcms/src/index.ts b/packages/astro-ghostcms/src/index.ts index b7e3d1eb..0bcf5e48 100644 --- a/packages/astro-ghostcms/src/index.ts +++ b/packages/astro-ghostcms/src/index.ts @@ -1,3 +1,3 @@ -import astroghostcms from "./astro-ghostcms"; +import astroGhostCMS from "./astro-ghostcms"; -export default astroghostcms; +export default astroGhostCMS;