Skip to content

Commit

Permalink
Merge pull request #6030 from adrien-may/patch-3
Browse files Browse the repository at this point in the history
Remove duplicated line
  • Loading branch information
fzaninotto committed Mar 15, 2021
2 parents 4815e80 + b6f020e commit 4d1d59c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ra-ui-materialui/src/form/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import Toolbar, { ToolbarProps } from './Toolbar';
import getFormInitialValues from './getFormInitialValues';
import { SimpleFormView, SimpleFormViewProps } from './SimpleFormView';
import { TabbedFormView, TabbedFormViewProps } from './TabbedFormView';
export * from './FormTabHeader';

export * from './TabbedForm';
export * from './FormTab';
Expand Down

0 comments on commit 4d1d59c

Please sign in to comment.