diff --git a/packages/ra-core/src/types.ts b/packages/ra-core/src/types.ts index b5d21059700..6faa74e21c4 100644 --- a/packages/ra-core/src/types.ts +++ b/packages/ra-core/src/types.ts @@ -2,7 +2,7 @@ import { ReactNode, ReactElement, ComponentType } from 'react'; import { RouteProps, RouteComponentProps, - match as Match + match as Match, } from 'react-router-dom'; import { Location } from 'history';