Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
e40pud committed Nov 25, 2024
1 parent f9e8519 commit 8bf5b9a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import { useLatestStats } from '../hooks/use_latest_stats';

type RulesMigrationPageProps = RouteComponentProps<{ migrationId?: string }>;

const RulesPage: React.FC<RulesMigrationPageProps> = React.memo(
export const RulesPage: React.FC<RulesMigrationPageProps> = React.memo(
({
match: {
params: { migrationId },
Expand Down

0 comments on commit 8bf5b9a

Please sign in to comment.