File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
demo/cookbook/re-exporting-loaders
docs/(qwikcity)/re-exporting-loaders Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { Form } from '@builder.io/qwik-city';
3
3
import { useCommonRouteAction , useCommonRouteLoader } from './shared/loaders' ;
4
4
5
5
// As mentioned, here we are re-exporting them
6
- export { useCommonRouteAction , useCommonRouteLoader } from './shared/loaders' ;
6
+ export { useCommonRouteAction , useCommonRouteLoader } ;
7
7
8
8
export default component$ ( ( ) => {
9
9
const commonRouteAction = useCommonRouteAction ( ) ;
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ import { Form } from '@builder.io/qwik-city';
56
56
import { useCommonRouteAction , useCommonRouteLoader } from ' ./shared/loaders' ;
57
57
58
58
// As mentioned, here we are re-exporting them
59
- export { useCommonRouteAction , useCommonRouteLoader } from ' ./shared/loaders ' ;
59
+ export { useCommonRouteAction , useCommonRouteLoader };
60
60
61
61
export default component$ (() => {
62
62
const commonRouteAction = useCommonRouteAction ();
You canβt perform that action at this time.
0 commit comments