1
0
Fork 0

Remove unused hook

This commit is contained in:
Lim Chee Aun 2022-12-13 00:23:12 +08:00
parent e79bff1aa8
commit 2a13571328

View file

@ -1,7 +1,6 @@
import './modal.css';
import { createPortal } from 'preact/compat';
import { useEffect } from 'preact/hooks';
const $modalContainer = document.getElementById('modal-container');