Skip to content

Commit

Permalink
missed spacing in a file...
Browse files Browse the repository at this point in the history
  • Loading branch information
krachwal committed Feb 9, 2024
1 parent 8bbcc79 commit 6f2e927
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions react-frontend/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ const root = ReactDOM.createRoot(
document.getElementById('root') as HTMLElement
);
root.render(
<React.StrictMode>
<App />
</React.StrictMode>
<React.StrictMode>
<App />
</React.StrictMode>
);

// If you want to start measuring performance in your app, pass a function
Expand Down

0 comments on commit 6f2e927

Please sign in to comment.