Skip to content

Commit

Permalink
Move useProfileTab out of pages/ to helpers/hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
joshua-rdrgz committed Mar 20, 2024
1 parent d58acd3 commit 0e9b589
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion frontend/pages/profile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { requireAuth } from "../../helpers"
import { ProfileMenu } from "../../models/profile"
import { Layout } from "../../shared-components"
import styles from "./profile.module.css"
import { useProfileTab } from "./useProfileTab"
import { useProfileTab } from "../../helpers/hooks/useProfileTab"

export async function getServerSideProps(context: GetServerSidePropsContext) {
const { query } = context
Expand Down

0 comments on commit 0e9b589

Please sign in to comment.