chore: fixed lint error

This commit is contained in:
anusreesubash 2022-10-08 20:33:06 +05:30 committed by GitHub
parent 3bcf35bc2f
commit 67cf54e0ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,4 +5,4 @@ function Portal({ children, wrapperId }) {
return createPortal(children, document.getElementById(wrapperId));
}
export default Portal;
export default Portal;