From 23eb638f3c639c67dd33edab45e52811537fbd6a Mon Sep 17 00:00:00 2001 From: I Putu Agus Wahyu Dupayana <75474419+putuwahyu29@users.noreply.github.com> Date: Sun, 28 Jan 2024 21:21:04 +0800 Subject: [PATCH] Remove ; in website build --- src/main.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.tsx b/src/main.tsx index bd085e15c..31f5511bd 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -4,6 +4,6 @@ import GitProfile from './components/gitprofile.tsx'; ReactDOM.createRoot(document.getElementById('root')!).render( - ; + , );