Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update index.tsx
  • Loading branch information
svenefftinge authored Jan 21, 2022
commit 65abd6764ddd2fa9c8c3dae4079a637f6d75c57b
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ ReactDOM.render(
<React.StrictMode>
<App />
</React.StrictMode>,
document.getElementById('root')
document.getElementById('root')ewr<ewrwe
);

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