From 67580a72f2d9e92dbb26fe6baa1a5811fbaa603e Mon Sep 17 00:00:00 2001 From: KaizIqbal <24286590+KaizIqbal@users.noreply.github.com> Date: Thu, 30 Jul 2020 10:57:01 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=85=20Document=20format?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/helpers/htmlTemplate.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/htmlTemplate.ts b/src/helpers/htmlTemplate.ts index e520063..05ea0cb 100644 --- a/src/helpers/htmlTemplate.ts +++ b/src/helpers/htmlTemplate.ts @@ -16,4 +16,4 @@ export const template = ` `; export const generateRenderTemplate = (svg: string) => - template.replace("", svg); \ No newline at end of file + template.replace("", svg);