Skip to content

Commit

Permalink
Fix imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
asvarcas committed May 22, 2020
1 parent d912c13 commit afce8b8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/ra-core/src/controller/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ import CreateController from './CreateController';
import EditController from './EditController';
import ListController from './ListController';
import ShowController from './ShowController';
import {
getListControllerProps,
sanitizeListRestProps,
} from './useListController';
import useRecordSelection from './useRecordSelection';
import useVersion from './useVersion';
import useExpanded from './useExpanded';
Expand All @@ -16,6 +20,8 @@ import useReference, { UseReferenceProps } from './useReference';
import { useCheckMinimumRequiredProps } from './checkMinimumRequiredProps';
import useListParams from './useListParams';
export {
getListControllerProps,
sanitizeListRestProps,
CreateController,
EditController,
ListController,
Expand Down

0 comments on commit afce8b8

Please sign in to comment.