diff options
author | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2023-10-02 20:10:58 +0700 |
---|---|---|
committer | Rosyid Haryadi <rosyid_haryadi@protonmail.com> | 2023-10-02 20:10:58 +0700 |
commit | 9638cd2bfafee76effe75651e3f2cf5d363138e1 (patch) | |
tree | 47b7e499dbb730fd169a9fc591ae1b754166a8c6 /src/main.jsx | |
parent | 4defd9e08d1acab49e30058dc48f532b29a455c4 (diff) |
holiday name
Diffstat (limited to 'src/main.jsx')
-rw-r--r-- | src/main.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.jsx b/src/main.jsx index 6552764..f923230 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -7,7 +7,7 @@ import '@fontsource/roboto/500.css'; import '@fontsource/roboto/700.css'; ReactDOM.createRoot(document.getElementById('root')).render( - <React.StrictMode> + // <React.StrictMode> <App /> - </React.StrictMode>, + // </React.StrictMode>, ) |