0

Remove unused default exports

This commit is contained in:
Gabe Kangas 2023-06-19 18:32:56 -07:00 committed by GitHub
parent 61903f7429
commit 8862d5d6ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -97,7 +97,6 @@ export const Modal: FC<ModalProps> = ({
</AntModal>
);
};
export default Modal;
Modal.defaultProps = {
url: undefined,

View File

@ -331,4 +331,3 @@ export const OwncastPlayer: FC<OwncastPlayerProps> = ({
</ErrorBoundary>
);
};
export default OwncastPlayer;