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

This commit is contained in:
kleap-admin 2026-01-15 13:02:41 +00:00
parent c82bd55173
commit 324408b2e9
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 />;
}