From c5f44fa1dcbacde0509449214467f08a3a4b61ea Mon Sep 17 00:00:00 2001 From: Arthur Tkachenko Date: Sun, 31 Jul 2022 19:54:07 +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 0b3edbf..25d0e58 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) {