Skip to content

Commit 62fd603

Browse files
committed
Fix test-ui exports
1 parent 94f18d4 commit 62fd603

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

packages/ra-core/src/test-ui/index.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
export * from './Admin';
2+
export * from './ArrayInput';
23
export * from './AutocompleteArrayInput';
4+
export * from './Confirm';
35
export * from './DataTable';
6+
export * from './DeleteButton';
7+
export * from './Layout';
8+
export * from './Notification';
9+
export * from './Pagination';
410
export * from './SimpleForm';
5-
export * from './SimpleList';
611
export * from './SimpleFormIterator';
12+
export * from './SimpleList';
713
export * from './SimpleShowLayout';
814
export * from './TextInput';
9-
export * from './TextInput';

0 commit comments

Comments
 (0)