From 1a1bfe0316a48b1cfa4528fa9965ab955be5db25 Mon Sep 17 00:00:00 2001 From: Arthur Tkachenko Date: Sat, 9 Jul 2022 02:36:52 +0300 Subject: [PATCH] Update write.js --- src/write.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/write.js b/src/write.js index 180c1bf..0b3edbf 100644 --- a/src/write.js +++ b/src/write.js @@ -1,4 +1,4 @@ -import generateTemplateName from './utils'; +import {generateTemplateName} from './utils'; const writingFile = (content, name) => { if (!content) {