tsc feedback

Signed-off-by: mo <mcassidy@hchb.com>
This commit is contained in:
mo
2022-05-04 10:38:17 -05:00
parent ac14fcaf38
commit bf65abfcb0
@@ -17,10 +17,4 @@
import { GitTagTable } from '../GitTagTable/GitTagTable';
import React from 'react';
export const EntityPageAzureGitTags = ({
defaultLimit,
}: {
defaultLimit?: number;
}) => {
return <GitTagTable />;
};
export const EntityPageAzureGitTags = () => <GitTagTable />;