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