Skip to content

Commit

Permalink
Add AuthContext and useAuthContext to context and hooks directories
Browse files Browse the repository at this point in the history
  • Loading branch information
Abilov599 committed May 4, 2024
1 parent 049a17b commit e9f5b16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/context/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { AuthContext, AuthContextProvider } from "./Auth";
export {
ThemeSwitcherContext,
ThemeSwitcherContextProvider,
Expand Down
1 change: 1 addition & 0 deletions src/hooks/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export { useAuthContext } from "./useAuthContext";
export { useSectionInView } from "./useSectionInView";
export { useThemeSwitcherContext } from "./useThemeSwitcherContext";

0 comments on commit e9f5b16

Please sign in to comment.