0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-21 06:02:34 -05:00

fix: remove unused import

This commit is contained in:
Juanfran 2024-06-07 10:11:20 +02:00
parent a1fc329018
commit c32c243172

View file

@ -1,6 +1,5 @@
import { CreateNodes, readJsonFile, logger } from '@nx/devkit';
import { dirname } from 'path';
import * as fs from 'fs';
export const createNodes: CreateNodes = [
'**/project.json',