From 0d650bbcc0cb7555a8ba3c432d0e7e0cbc771f47 Mon Sep 17 00:00:00 2001 From: Lucas Date: Fri, 10 May 2024 11:47:50 -0500 Subject: [PATCH] remove my init :) init(); --- src/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/index.js b/src/index.js index 99698a2..386b141 100644 --- a/src/index.js +++ b/src/index.js @@ -61,6 +61,4 @@ const init = () => { ); -}; - -init(); \ No newline at end of file +}; \ No newline at end of file