diff --git a/apps/documentation/src/components/MdxProvider/MdxTitle/MdxTitle.tsx b/apps/documentation/src/components/MdxProvider/MdxTitle/MdxTitle.tsx index 1c453438..e9963f8f 100644 --- a/apps/documentation/src/components/MdxProvider/MdxTitle/MdxTitle.tsx +++ b/apps/documentation/src/components/MdxProvider/MdxTitle/MdxTitle.tsx @@ -1,4 +1,4 @@ -import type { ElementType, JSX, ReactNode } from 'react'; +import type { ElementType, JSX, ReactNode } from 'react' import { useState } from 'react' import { Title, type TitleProps } from '@mantine/core'