Skip to content

Commit 882aa5e

Browse files
committed
Fix test-ui export
1 parent afacca7 commit 882aa5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ra-core/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ export * from './routing';
1313
export * from './store';
1414
export * from './types';
1515
export * from './util';
16-
export * from './test-ui';
16+
export * as testUI from './test-ui';

0 commit comments

Comments
 (0)