fix: add mdx types

This commit is contained in:
DecDuck
2025-09-05 13:27:45 +10:00
parent fdc2bbe25e
commit 01c408c8dc
3 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import type { MDXComponents } from 'mdx/types'
import type { MDXComponents } from 'mdx/types';
import Link from 'next/link'
const components: MDXComponents = {