mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2024-12-22 13:43:03 -05:00
fix
This commit is contained in:
parent
ce6c4f798a
commit
0bcfd7cd71
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
import { Children } from '@ui/lib/types/utils/children';
|
||||
import { transformSceneNode } from '@plugin/transformers';
|
||||
|
||||
import { transformSceneNode } from '../transformSceneNode';
|
||||
import { Children } from '@ui/lib/types/utils/children';
|
||||
|
||||
export const transformChildren = async (
|
||||
node: ChildrenMixin,
|
||||
|
|
Loading…
Reference in a new issue