Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Update frontend/src/components/CustomModal.jsx
Browse files
frontend/src/components/CustomModal.jsx
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
import
|
| 2 |
import { createPortal } from 'react-dom';
|
| 3 |
import { X } from 'lucide-react';
|
| 4 |
|
|
|
|
| 1 |
+
import { useEffect } from 'react';
|
| 2 |
import { createPortal } from 'react-dom';
|
| 3 |
import { X } from 'lucide-react';
|
| 4 |
|