refactor: removed useless export

This commit is contained in:
190km 2024-12-23 02:41:08 +01:00
parent 7a5b9e3b76
commit 65ddc22010

View File

@ -235,5 +235,3 @@ export const ShowPreviewDeployments = ({ applicationId }: Props) => {
</Card>
);
};
export default ShowPreviewDeployments;