Skip to content

Commit

Permalink
chore: import order for MarkdownLite.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
danny-avila authored and thingersoft committed Feb 6, 2025
1 parent 60efc4d commit d3cda3b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { memo } from 'react';
import remarkEmoji from 'remark-emoji';
import remarkGfm from 'remark-gfm';
import remarkMath from 'remark-math';
import rehypeKatex from 'rehype-katex';
import supersub from 'remark-supersub';
import remarkEmoji from 'remark-emoji';
import ReactMarkdown from 'react-markdown';
import rehypeHighlight from 'rehype-highlight';
import type { PluggableList } from 'unified';
Expand Down

0 comments on commit d3cda3b

Please sign in to comment.