Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean authored Apr 15, 2024
1 parent decd3b2 commit 79a10ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import 'lib/constants';
import 'theme/index.scss';

const container =
document.getElementById('root') || document.createElement('div');
document.getElementById('root') || document.createElement('div');//test

Check warning on line 12 in frontend/src/index.tsx

View workflow job for this annotation

GitHub Actions / build / build-and-test

Insert `·`

Check failure on line 12 in frontend/src/index.tsx

View workflow job for this annotation

GitHub Actions / build / build-and-test

Expected exception block, space or tab after '//' in comment
const root = createRoot(container);

root.render(
Expand Down

0 comments on commit 79a10ba

Please sign in to comment.