Skip to content

Commit 990b282

Browse files
committed
fix: removing unused clsx file
1 parent 404202d commit 990b282

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Code/Code.Client.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
'use client';
22

3-
import clsx from 'clsx';
3+
import { transformerNotationHighlight } from '@shikijs/transformers';
44
import { Components, toJsxRuntime } from 'hast-util-to-jsx-runtime';
55
import type { JSX } from 'react';
66
import { Fragment, useLayoutEffect, useState } from 'react';
77
import { jsx, jsxs } from 'react/jsx-runtime';
88
import type { BundledLanguage } from 'shiki/bundle/web';
99
import { CodeBlockComponent } from './Code';
10-
import { transformerNotationHighlight } from '@shikijs/transformers';
1110

1211
const highlight = async (
1312
code: string,

0 commit comments

Comments
 (0)