Skip to content

Commit

Permalink
Update src/pages/users/[nickname].tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Jeongwoo Kim <[email protected]>
  • Loading branch information
akanex115 and mlajkim authored Nov 20, 2024
1 parent 9c2c78d commit eec330d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/users/[nickname].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,9 @@ import RitualsFrame from '@/components/organism_rituals_frame'
import Appbar from '@/components/organism_appbar'
import StyledCentered from '@/organisms/StyledCentered'
import ThemedTextButtonAtom from '@/atoms_themed/ThemedTextButton'
import { Stack, Typography } from '@mui/material'
import { Grid2, Stack, Typography } from '@mui/material'
import { useUserByNickname } from '@/hooks/user/get-user-by-nickname.hook'
import StyledUserAvatar from '@/atoms/StyledUserAvatar'
import Grid2 from '@mui/material/Unstable_Grid2'

const UserByNicknamePage: FC = () => {
const router = useRouter()
Expand Down

0 comments on commit eec330d

Please sign in to comment.