File tree Expand file tree Collapse file tree
AuthSocialNetwork/context Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 useSetAddResourceRenderGenerateCharactersDispatch ,
88} from "./useSelectors" ;
99export type { TContext , TProviderProps } from "./types" ;
10- export * from "./context " ;
10+ export * from "./Context " ;
Original file line number Diff line number Diff line change 55 useSetAuthSocialNetworkAuthenticatedDispatch ,
66} from "./useSelectors" ;
77export type { TContext , TProviderProps } from "./types" ;
8- export * from "./context " ;
8+ export * from "./Context " ;
Original file line number Diff line number Diff line change 1- export * from "./context " ;
1+ export * from "./Context " ;
Original file line number Diff line number Diff line change 99 useSetTwoFactorCodeDispatch ,
1010} from "./useSelectors" ;
1111export type { TContext , TProviderProps } from "./types" ;
12- export * from "./context " ;
12+ export * from "./Context " ;
Original file line number Diff line number Diff line change 99 useSetUpdateResourceRenderGenerateCharactersDispatch ,
1010} from "./useSelectors" ;
1111export type { TContext , TProviderProps } from "./types" ;
12- export * from "./context " ;
12+ export * from "./Context " ;
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ export {
1515 useSetUpdaterUpdateFileDispatch ,
1616} from "./useSelectors" ;
1717export type { TContext , TProviderProps } from "./types" ;
18- export * from "./context " ;
18+ export * from "./Context " ;
Original file line number Diff line number Diff line change @@ -11,4 +11,4 @@ export {
1111 useSetUserRenderButtonLogoutDispatch ,
1212} from "./useSelectors" ;
1313export type { TContext , TProviderProps } from "./types" ;
14- export * from "./context " ;
14+ export * from "./Context " ;
You can’t perform that action at this time.
0 commit comments