chore: heygermany customer project
This commit is contained in:
4
apps/website/mdx.d.ts
vendored
Normal file
4
apps/website/mdx.d.ts
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
declare module '*.mdx' {
|
||||
import { MDXProps } from 'mdx/types'
|
||||
export default function MDXContent(props: MDXProps): JSX.Element
|
||||
}
|
||||
Reference in New Issue
Block a user