Update app/blog/what-is-ai-anyway/page.tsx
This commit is contained in:
parent
a1a0908902
commit
316956520a
|
|
@ -0,0 +1,7 @@
|
|||
'use client'
|
||||
|
||||
import MDXContent from './content.mdx';
|
||||
|
||||
export default function Page() {
|
||||
return <MDXContent />;
|
||||
}
|
||||
Loading…
Reference in New Issue