Skip to content

Commit

Permalink
modified main.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-Web3 committed Jun 29, 2023
1 parent e07c670 commit 2a78bc4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import App from './App'
import './sass/index.scss'

ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
<App />
// <React.StrictMode>
// </React.StrictMode>
<React.StrictMode>
<App />
</React.StrictMode>
)

0 comments on commit 2a78bc4

Please sign in to comment.