0
Fork 0
mirror of https://github.com/penpot/penpot-exporter-figma-plugin.git synced 2024-12-22 13:43:03 -05:00
This commit is contained in:
Alex Sánchez 2024-04-15 14:09:48 +02:00
parent ce6c4f798a
commit 0bcfd7cd71
No known key found for this signature in database
GPG key ID: 68A95170EEB87E16

View file

@ -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,