Appearance
ProfileEditPage ​
File: apps/web/src/pages/ProfileEditPage.tsx
Auto-generated by
scripts/generate-ui-docs.ts. Do not edit — overwritten on each run.
Props ​
No exported Props interface detected (component may accept no props, or uses inline types).
Imports and uses ​
ts
import { useState, useEffect, useRef, type FormEvent } from 'react'
import { useNavigate } from 'react-router-dom'
import { useUser } from '@clerk/react'
import { useQuery, useMutation, useQueryClient } from '@tanstack/react-query'
import { colors, fonts, spacing, shadow, radius } from '@hch/ui'
import { useApiFetch } from '../lib/api'
import { useCurrentUser } from '../lib/useCurrentUser'Referenced routes:
/app/profile
Where used ​
No dependents found in the dependency graph (may be an entry point or not yet graphed).