mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-06 14:50:21 -05:00
fix: unused assigment
This commit is contained in:
parent
434273d362
commit
f5ceae87b4
1 changed files with 0 additions and 2 deletions
|
@ -8,8 +8,6 @@ repairIntrinsics({
|
|||
evalTaming: 'unsafeEval',
|
||||
});
|
||||
|
||||
globalThis.ɵloadPlugin = ɵloadPlugin;
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
export function initialize(api: any) {
|
||||
console.log('plugin context');
|
||||
|
|
Loading…
Reference in a new issue