mirror of
https://github.com/penpot/penpot-exporter-figma-plugin.git
synced 2025-01-03 05:10:13 -05:00
fix
This commit is contained in:
parent
7196172f44
commit
eb2315e50b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import { createPenpotItem } from '.';
|
||||
import { ExportFile, NodeData } from '../../common/interfaces';
|
||||
import { createFile } from '../penpot';
|
||||
import { createFile } from '../lib/penpot';
|
||||
|
||||
export const createPenpotFile = (node: NodeData) => {
|
||||
const exportFile = { penpotFile: createFile(node.name), fontNames: new Set<FontName>() };
|
||||
|
|
Loading…
Reference in a new issue