File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ export * from './webpack';
8
8
export * from './utils' ;
9
9
export * from './class-mapper' ;
10
10
export * from './api' ;
11
- export * from './init' ;
11
+ // export * from './init';
Original file line number Diff line number Diff line change 1
- // import ErrorBoundaryHook from './hooks/ErrorBoundaryHook';
2
- // import RouterHook from './hooks/router/RouterHook';
3
- import TabsHook from './hooks/TabHook' ;
4
- import Toaster from './hooks/Toaster' ;
1
+ // // import ErrorBoundaryHook from './hooks/ErrorBoundaryHook';
2
+ // // import RouterHook from './hooks/router/RouterHook';
3
+ // import TabsHook from './hooks/TabHook';
4
+ // import Toaster from './hooks/Toaster';
5
5
6
- console . log ( 'Initializing client...' ) ;
7
- // export const errorBoundaryHook: ErrorBoundaryHook = new ErrorBoundaryHook();
8
- export const tabsHook : TabsHook = new TabsHook ( ) ;
9
- // export const routerHook: RouterHook = new RouterHook();
10
- export const toaster = new Toaster ( ) ;
6
+ // console.log('Initializing client...');
7
+ // // export const errorBoundaryHook: ErrorBoundaryHook = new ErrorBoundaryHook();
8
+ // export const tabsHook: TabsHook = new TabsHook();
9
+ // // export const routerHook: RouterHook = new RouterHook();
10
+ // export const toaster = new Toaster();
You can’t perform that action at this time.
0 commit comments