Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanc1 committed Oct 15, 2024
1 parent 21679d3 commit e561a28
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/myst-to-react/src/code.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import type { NodeRenderer } from '@myst-theme/providers';
import { LightAsync as SyntaxHighlighter } from 'react-syntax-highlighter';
import light from 'react-syntax-highlighter/dist/esm/styles/hljs/xcode.js';
import dark from 'react-syntax-highlighter/dist/esm/styles/hljs/vs2015.js';
import { DocumentIcon } from '@heroicons/react/24/outline';
import classNames from 'classnames';
import { CopyIcon } from './components/index.js';
import { MyST } from './MyST.js';
import { useMemo } from 'react';
import type { ComponentProps, CSSProperties } from 'react';
import type { ComponentProps } from 'react';

type Props = {
value: string;
Expand Down

0 comments on commit e561a28

Please sign in to comment.