From e4b0a7f5c7f16e7b9534563b31c47621324efed0 Mon Sep 17 00:00:00 2001 From: Jordi Sala Morales Date: Thu, 30 May 2024 14:42:04 +0000 Subject: [PATCH] remove not used method --- ui-src/lib/types/penpotFile.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ui-src/lib/types/penpotFile.ts b/ui-src/lib/types/penpotFile.ts index 0034551f..6b4abb65 100644 --- a/ui-src/lib/types/penpotFile.ts +++ b/ui-src/lib/types/penpotFile.ts @@ -29,7 +29,6 @@ export interface PenpotFile { // deleteLibraryTypography(typography: any): void; startComponent(component: ComponentShape): Uuid; finishComponent(): void; - // createComponentInstance(instance: any): Uuid; // lookupShape(shapeId: string): PenpotNode; // updateObject(id: string, object: any): void; // deleteObject(id: string): void;