Skip to content

Commit

Permalink
Merge pull request #80 from Paker30/undo_commit
Browse files Browse the repository at this point in the history
Revert "fix: import react-dom"
  • Loading branch information
Paker30 authored Jan 12, 2024
2 parents 4f62296 + 5e11230 commit 7841021
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';
import ReactDOM from 'react-dom/client';
import App from './App';
import i18n from './i18n';

Expand Down

0 comments on commit 7841021

Please sign in to comment.