Skip to content

Commit 9430102

Browse files
authored
Add comment to root creation in index.tsx
Added a comment to the root creation line for testing purposes.
1 parent d055677 commit 9430102

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import 'theme/index.scss';
88

99
const container =
1010
document.getElementById('root') || document.createElement('div');
11-
const root = createRoot(container);
11+
const root = createRoot(container); // test
1212

1313
root.render(
1414
<BrowserRouter basename={window.basePath || '/'}>

0 commit comments

Comments
 (0)