mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-08-29 04:32:06 -04:00
fix: add mdx types
This commit is contained in:
parent
fdc2bbe25e
commit
01c408c8dc
3 changed files with 5 additions and 1 deletions
|
|
@ -29,6 +29,7 @@
|
|||
"@content-collections/next": "^0.2.7",
|
||||
"@eslint/eslintrc": "^3",
|
||||
"@tailwindcss/postcss": "^4.1.11",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"@types/node": "^24",
|
||||
"@types/react": "^19",
|
||||
"@types/react-dom": "^19",
|
||||
|
|
|
|||
3
promo/pnpm-lock.yaml
generated
3
promo/pnpm-lock.yaml
generated
|
|
@ -60,6 +60,9 @@ importers:
|
|||
'@tailwindcss/postcss':
|
||||
specifier: ^4.1.11
|
||||
version: 4.1.12
|
||||
'@types/mdx':
|
||||
specifier: ^2.0.13
|
||||
version: 2.0.13
|
||||
'@types/node':
|
||||
specifier: ^24
|
||||
version: 24.3.0
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import type { MDXComponents } from 'mdx/types'
|
||||
import type { MDXComponents } from 'mdx/types';
|
||||
import Link from 'next/link'
|
||||
|
||||
const components: MDXComponents = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue