From 4fd5022c2f3d849bce7586489737a13c0a5a0cd7 Mon Sep 17 00:00:00 2001 From: Emir Nazar <123994515+EBN10@users.noreply.github.com> Date: Sat, 24 Feb 2024 10:09:23 -0300 Subject: [PATCH] Update react.js --- src/options/Vite/react.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/options/Vite/react.js b/src/options/Vite/react.js index d026b33..01c8856 100644 --- a/src/options/Vite/react.js +++ b/src/options/Vite/react.js @@ -36,5 +36,6 @@ async function action() { export default { name: '⚛️ React', - action + action, + type: 'option' };