From 679f98f1642fc8ea82533dff06fd8f685dfb7169 Mon Sep 17 00:00:00 2001 From: mkosir Date: Wed, 4 Dec 2024 16:43:12 +0100 Subject: [PATCH] fix: remove React import --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc1ad95..03067ba 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-demo-tab", "version": "0.0.0", - "description": "Easily create React demo components", + "description": "Easily create11 React demo components", "main": "./dist/index.umd.js", "module": "./dist/index.esm.js", "types": "./dist/index.d.ts",