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;