Skip to content

Commit 605df9c

Browse files
authoredOct 4, 2022
Update ErrorModal.js
1 parent 72fcfbe commit 605df9c

File tree

1 file changed

+1
-1
lines changed
  • Section 9/code/03-working-with-portals/src/components/UI

1 file changed

+1
-1
lines changed
 

‎Section 9/code/03-working-with-portals/src/components/UI/ErrorModal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from 'react';
2-
import ReactDOM from 'react-dom/client';
2+
import ReactDOM from 'react-dom';
33

44
import Card from './Card';
55
import Button from './Button';

0 commit comments

Comments
 (0)
Please sign in to comment.