Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 5bbd5ed

Browse files
ok guess it didn't like these exports
1 parent 7766b4e commit 5bbd5ed

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

src/components/index.ts

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
export {
2-
default as AuthorizationProvider,
1+
import AuthorizationProvider, {
32
withAuthorization,
43
} from './AuthorizationProvider';
4+
import NavigationProvider, { withNavigation } from './NavigationProvider';
5+
export { AuthorizationProvider, withAuthorization };
56
export { default as Hyperlink } from './Hyperlink';
67
export { default as HyperMediaControls } from './HyperMediaControls';
78
export { default as Loading } from './Loading';
89
export { default as NavigationLinks } from './NavigationLinks';
9-
export {
10-
default as NavigationProvider,
11-
withNavigation,
12-
} from './NavigationProvider';
10+
export { NavigationProvider, withNavigation };
1311
export { default as Notifications } from './Notifications';
1412
export { default as StreamBrowser } from './StreamBrowser';
1513
export { default as mount } from './mount';

0 commit comments

Comments
 (0)