diff --git a/compiler/packages/babel-plugin-react-compiler/src/HIR/Environment.ts b/compiler/packages/babel-plugin-react-compiler/src/HIR/Environment.ts index 84bfd509ff..4134fadf1d 100644 --- a/compiler/packages/babel-plugin-react-compiler/src/HIR/Environment.ts +++ b/compiler/packages/babel-plugin-react-compiler/src/HIR/Environment.ts @@ -33,7 +33,6 @@ import { Type, ValidatedIdentifier, ValueKind, - getHookKind, getHookKindForType, makeBlockId, makeIdentifierId,