Skip to content

Commit 80f4b28

Browse files
Merge branch 'main' of github.com:CyborgTests/cyborg-test into feature/pip
2 parents 0b993b1 + c11516a commit 80f4b28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ui/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ const root = ReactDOM.createRoot(
99
);
1010

1111
root.render(
12-
<Fragment>
12+
<React.StrictMode>
1313
<Analytics />
1414
<Layout>
1515
<App />
1616
</Layout>
17-
</Fragment>
17+
</React.StrictMode>
1818
);

0 commit comments

Comments
 (0)