mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-08 07:50:44 -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',
|
evalTaming: 'unsafeEval',
|
||||||
});
|
});
|
||||||
|
|
||||||
globalThis.ɵloadPlugin = ɵloadPlugin;
|
|
||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
export function initialize(api: any) {
|
export function initialize(api: any) {
|
||||||
console.log('plugin context');
|
console.log('plugin context');
|
||||||
|
|
Loading…
Reference in a new issue