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
2 changed files with 0 additions and 2 deletions

View File

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

View File

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