diff --git a/web/components/ui/Modal/Modal.tsx b/web/components/ui/Modal/Modal.tsx index 2b168fbb0..508753f57 100644 --- a/web/components/ui/Modal/Modal.tsx +++ b/web/components/ui/Modal/Modal.tsx @@ -97,7 +97,6 @@ export const Modal: FC = ({ ); }; -export default Modal; Modal.defaultProps = { url: undefined, diff --git a/web/components/video/OwncastPlayer/OwncastPlayer.tsx b/web/components/video/OwncastPlayer/OwncastPlayer.tsx index d0daa9520..0356fc626 100644 --- a/web/components/video/OwncastPlayer/OwncastPlayer.tsx +++ b/web/components/video/OwncastPlayer/OwncastPlayer.tsx @@ -331,4 +331,3 @@ export const OwncastPlayer: FC = ({ ); }; -export default OwncastPlayer;