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 8760933 commit aa1eeb5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/ra-core/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import { ReactNode, ReactElement, ComponentType } from 'react';
import { RouteProps, RouteComponentProps, match as Match } from 'react-router-dom';
import {
RouteProps,
RouteComponentProps,
match as Match
} from 'react-router-dom';
import { Location } from 'history';

import { WithPermissionsChildrenParams } from './auth/WithPermissions';
Expand Down

0 comments on commit aa1eeb5

Please sign in to comment.