Skip to content

Commit

Permalink
fix(lint): remove unecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
nfroidure committed Dec 22, 2023
1 parent 7916494 commit 2df4794
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/markdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import { fixText } from './text';
import { publicRuntimeConfig } from './config';
import { toASCIIString } from './ascii';
import { parseYouTubeURL } from './youtube';
import { Fragment } from 'react';
import type { ReactNode } from 'react';

export type MarkdownRootNode = {
Expand Down

0 comments on commit 2df4794

Please sign in to comment.