Skip to content

Commit 85fafbe

Browse files
committed
chore: revert changes on main
1 parent 39a4ac8 commit 85fafbe

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

packages/app-portal/src/main.tsx

+3-6
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,8 @@ import './polyfills';
55

66
import { App } from './App';
77

8-
// ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
9-
// <React.StrictMode>
10-
// <App />
11-
// </React.StrictMode>,
12-
// );
138
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
14-
<App />,
9+
<React.StrictMode>
10+
<App />
11+
</React.StrictMode>,
1512
);

0 commit comments

Comments
 (0)