diff --git a/src/components/BlogLayout.tsx b/src/components/BlogLayout.tsx index f48432a..d4050fb 100644 --- a/src/components/BlogLayout.tsx +++ b/src/components/BlogLayout.tsx @@ -1,5 +1,6 @@ import { ReactNode } from 'react'; import { BlogHeader } from './BlogHeader'; +import packageJson from '../../package.json'; interface BlogLayoutProps { children: ReactNode; @@ -16,17 +17,7 @@ export function BlogLayout({ children }: BlogLayoutProps) {