feat(WEB-154): my profile view
This commit is contained in:
@@ -3,7 +3,7 @@ import Title from "@/components/MyPages/Title"
|
||||
|
||||
import styles from "./challenges.module.css"
|
||||
|
||||
import type { ChallengesProps } from "@/types/components/myPages/challenges"
|
||||
import type { ChallengesProps } from "@/types/components/myPages/myPage/challenges"
|
||||
|
||||
export default function Challenges({ journeys, victories }: ChallengesProps) {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user