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

View File

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