diff --git a/cli/package.json b/cli/package.json index 5a1644f..b0e491e 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@wethegit/corgi", - "version": "3.0.13", + "version": "3.0.14", "description": "Command line interface for use with the corgi framework.", "main": "bin/index.js", "bin": { diff --git a/cli/templates/project/src/layouts/sub-page/sub-page.jsx b/cli/templates/project/src/layouts/sub-page/sub-page.jsx index 0d5553d..79920f6 100644 --- a/cli/templates/project/src/layouts/sub-page/sub-page.jsx +++ b/cli/templates/project/src/layouts/sub-page/sub-page.jsx @@ -1,7 +1,7 @@ import { Page } from "@local/components" import { useLocale } from "@local/hooks" -export default function SubPageLayout() { +export function SubPageLayout() { const { page } = useLocale() return (