From f45140ef04f71340eee86475b6b8f8cb47071fe1 Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Tue, 14 Oct 2025 16:30:13 +0300 Subject: [PATCH] remove comment --- apps/web/mdx-components.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/web/mdx-components.tsx b/apps/web/mdx-components.tsx index 93a368d..fa5a23e 100644 --- a/apps/web/mdx-components.tsx +++ b/apps/web/mdx-components.tsx @@ -1,10 +1,5 @@ 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; export function useMDXComponents(): MDXComponents {