Skip to content

Commit 6a318cb

Browse files
committed
hotfix: duplicate identifiers
1 parent 7da9066 commit 6a318cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compiler/react/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as t from '@babel/types';
22
import { type NodePath } from '@babel/core';
33
import { addNamed } from '@babel/helper-module-imports';
4-
import { bgMagenta, cyan, magenta, dim } from 'kleur/colors';
4+
import { cyan, magenta, dim } from 'kleur/colors';
55
import { collectImportedBindings } from './bindings';
66
import type { Options } from '../plugin';
77

0 commit comments

Comments
 (0)