Skip to content

Commit

Permalink
Export SkipNavigationButton component
Browse files Browse the repository at this point in the history
  • Loading branch information
asvarcas committed May 8, 2021
1 parent c5afe12 commit b976052
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ra-ui-materialui/src/button/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import EditButton, { EditButtonProps } from './EditButton';
import ExportButton, { ExportButtonProps } from './ExportButton';
import ListButton, { ListButtonProps } from './ListButton';
import SaveButton, { SaveButtonProps } from './SaveButton';
import SkipNavigationButton from './SkipNavigationButton';
import ShowButton, { ShowButtonProps } from './ShowButton';
import SortButton, { SortButtonProps } from './SortButton';
import RefreshButton, { RefreshButtonProps } from './RefreshButton';
Expand Down Expand Up @@ -62,6 +63,7 @@ export {
ListButton,
SaveButton,
ShowButton,
SkipNavigationButton,
SortButton,
RefreshButton,
RefreshIconButton,
Expand Down

0 comments on commit b976052

Please sign in to comment.