remove comment

This commit is contained in:
vchikalkin 2025-10-14 16:30:13 +03:00
parent bdcd11d97e
commit f45140ef04

View File

@ -1,10 +1,5 @@
import { type MDXComponents } from 'mdx/types'; import { type MDXComponents } from 'mdx/types';
// This file allows you to provide custom React components
// to be used in MDX files. You can import and use any
// React component you want, including inline styles,
// components from other libraries, and more.
const components = {} satisfies MDXComponents; const components = {} satisfies MDXComponents;
export function useMDXComponents(): MDXComponents { export function useMDXComponents(): MDXComponents {