Skip to content

Commit

Permalink
fix: imported createFolder
Browse files Browse the repository at this point in the history
  • Loading branch information
saadjutt01 committed May 29, 2021
1 parent 2a3623b commit b76e532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/file.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import path from 'path'
import { createFile, listFilesInFolder } from '@sasjs/utils/file'
import { createFile, createFolder, listFilesInFolder } from '@sasjs/utils/file'
import { getProjectRoot } from './config'

export async function createFolderStructure(folder, parentFolderName = '.') {
Expand Down

0 comments on commit b76e532

Please sign in to comment.