Skip to content

Commit

Permalink
Fixed style of imports to prettier standard.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Clark committed Oct 16, 2019
1 parent aa1eeb5 commit 9b32a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ra-core/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit 9b32a6b

Please sign in to comment.