Skip to content

Commit

Permalink
fix: import react-dom
Browse files Browse the repository at this point in the history
it was misspelled and had broken the pipeline
  • Loading branch information
Francisco Moreno committed Jan 11, 2024
1 parent 69e8c7b commit 555deb3
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 555deb3

Please sign in to comment.