Remove unused default exports
This commit is contained in:
parent
61903f7429
commit
8862d5d6ef
@ -97,7 +97,6 @@ export const Modal: FC<ModalProps> = ({
|
||||
</AntModal>
|
||||
);
|
||||
};
|
||||
export default Modal;
|
||||
|
||||
Modal.defaultProps = {
|
||||
url: undefined,
|
||||
|
@ -331,4 +331,3 @@ export const OwncastPlayer: FC<OwncastPlayerProps> = ({
|
||||
</ErrorBoundary>
|
||||
);
|
||||
};
|
||||
export default OwncastPlayer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user