diff --git a/desktop/app/src/fb-stubs/IDEFileResolver.tsx b/desktop/app/src/fb-stubs/IDEFileResolver.tsx index de55bbc9f..ec69dca44 100644 --- a/desktop/app/src/fb-stubs/IDEFileResolver.tsx +++ b/desktop/app/src/fb-stubs/IDEFileResolver.tsx @@ -31,6 +31,10 @@ export abstract class IDEFileResolver { throw new Error('Method not implemented.'); } + static async getLithoComponentPath(_className: string): Promise { + throw new Error('Method not implemented.'); + } + static getBestPath( _paths: string[], _className: string,