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

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