mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-24 08:48:47 +01:00
Remove unused hook
This commit is contained in:
parent
e79bff1aa8
commit
2a13571328
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
import './modal.css';
|
||||
|
||||
import { createPortal } from 'preact/compat';
|
||||
import { useEffect } from 'preact/hooks';
|
||||
|
||||
const $modalContainer = document.getElementById('modal-container');
|
||||
|
||||
|
|
Loading…
Reference in a new issue