Skip to content

Commit

Permalink
fix: add missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
juanfran committed Apr 8, 2024
1 parent 070bb62 commit dbe76a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/plugins-runtime/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { initInstaller } from './lib/installer';
import { ɵloadPlugin } from './lib/load-plugin';
import { setFileState, setPageState, setSelection, setTheme } from './lib/api';
import { getPartialState } from 'plugins-parser';
import type { Theme } from '@penpot/plugin-types';

repairIntrinsics({
evalTaming: 'unsafeEval',
Expand Down

0 comments on commit dbe76a8

Please sign in to comment.