mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-19 18:00:15 +01:00
fix: fix files to adhere to standard conventions
This commit is contained in:
parent
9b04ffabca
commit
ff757f27cf
7 changed files with 11 additions and 9 deletions
|
|
@ -6,7 +6,7 @@ import remarkMath from 'remark-math';
|
|||
import remarkGfm from 'remark-gfm';
|
||||
import rehypeRaw from 'rehype-raw'
|
||||
import CodeBlock from './CodeBlock';
|
||||
import { langSubset } from '~/utils/languages';
|
||||
import { langSubset } from '~/utils/languages.mjs';
|
||||
|
||||
const Content = React.memo(({ content }) => {
|
||||
let rehypePlugins = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue