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

This commit is contained in:
kleap-admin 2026-01-18 14:06:17 +00:00
parent fad8af2419
commit 65ee6874c1
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 />;
}