diff --git a/lib/types/edit-events.ts b/lib/types/edit-events.ts index 33ce066..239fb4a 100644 --- a/lib/types/edit-events.ts +++ b/lib/types/edit-events.ts @@ -1,8 +1,4 @@ -import type { - BaseManualEditEvent, - EditSchematicComponentLocationEvent, - ManualEditEvent, -} from "@tscircuit/props" +import type { EditSchematicComponentLocationEvent } from "@tscircuit/props" export type EditSchematicComponentLocationEventWithElement = EditSchematicComponentLocationEvent & { @@ -13,4 +9,4 @@ export type { BaseManualEditEvent, EditSchematicComponentLocationEvent, ManualEditEvent, -} +} from "@tscircuit/props"