Skip to content

Commit 3290d4c

Browse files
committed
refactor(CodeEditor): remove unused import from CodeEditor.types.ts
- Eliminated the unused `copyButtonClassName` import to clean up the code and improve maintainability.
1 parent 4d8759e commit 3290d4c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/code-editor/src/CodeEditor/CodeEditor.types.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { type EditorView } from '@codemirror/view';
55
import { type DarkModeProps } from '@leafygreen-ui/lib';
66

77
import { type LanguageName } from './hooks/extensions/useLanguageExtension';
8-
import { copyButtonClassName } from './CodeEditor.styles';
98

109
/**
1110
* Re-export of CodeMirror's {@link Extension} type.

0 commit comments

Comments
 (0)