Skip to content

Commit

Permalink
Merge pull request #77 from Paker30/fix_migration_react_18
Browse files Browse the repository at this point in the history
fix: import react-dom
  • Loading branch information
Paker30 authored Jan 11, 2024
2 parents 69e8c7b + 555deb3 commit 40563b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import ReactDOM from 'react-dom';
import App from './App';
import i18n from './i18n';

Expand Down

0 comments on commit 40563b9

Please sign in to comment.