Update app/blog/what-is-ai-anyway/page.tsx

This commit is contained in:
kleap-admin 2026-01-15 13:41:16 +00:00
parent a1a0908902
commit 316956520a
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
'use client'
import MDXContent from './content.mdx';
export default function Page() {
return <MDXContent />;
}