This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* eslint-disable @typescript-eslint/no-explicit-any */ | |
| /* eslint-disable @typescript-eslint/no-shadow */ | |
| import React, { createElement, Fragment, useEffect, useState } from 'react' | |
| import ReactMarkdown from 'react-markdown' | |
| import addClasses from 'rehype-add-classes' | |
| import rehypeParse from 'rehype-parse' | |
| import rehypeReact from 'rehype-react' | |
| import remarkBreaks from 'remark-breaks' | |
| import remarkGfm from 'remark-gfm' | |
| import sass from 'sass' |