From 9f8584a964dde729e178a784e3ffd4a3696774aa Mon Sep 17 00:00:00 2001 From: Tirtha Guha Date: Mon, 21 Nov 2022 16:33:58 +0530 Subject: [PATCH] Fixed Issue #41 --- react-component/js-templates/stateless.js.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-component/js-templates/stateless.js.hbs b/react-component/js-templates/stateless.js.hbs index ac6df1b..557d23e 100644 --- a/react-component/js-templates/stateless.js.hbs +++ b/react-component/js-templates/stateless.js.hbs @@ -5,7 +5,7 @@ */ // Node_Module Imports -import React, { ComponentType } from 'react'; +import React from 'react'; // Relative imports import { CompRoot } from './{{ properCase name }}.style';