Skip to content

Commit

Permalink
Merge pull request #205 from ssu-student-union/hotfix/session-error
Browse files Browse the repository at this point in the history
hotfix
  • Loading branch information
dvp-tae authored Oct 10, 2024
2 parents 6987b62 + 3f0e70f commit 50bebc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React from 'react';
// import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './App.tsx';

ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>
<App />
</React.StrictMode>
// <React.StrictMode>
<App />
// </React.StrictMode>
);

0 comments on commit 50bebc1

Please sign in to comment.