Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alan2207 committed Nov 11, 2024
1 parent 7f2abcc commit cb4a459
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/nextjs-app/src/app/app/profile/_components/profile.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
'use client';

import { UpdateProfile } from '@/features/users/components/update-profile';
import { useUser } from '@/lib/auth';

Expand Down

0 comments on commit cb4a459

Please sign in to comment.