There was an error while loading. Please reload this page.
1 parent f434cf1 commit afcbc9eCopy full SHA for afcbc9e
1 file changed
src/app/(main)/mypage/_components/preferExerciseItem.tsx
@@ -1,6 +1,6 @@
1
'use client'
2
3
-import { PreferExercises } from '@/types/mypage'
+import { UserProfilePreferExercise } from '@/types/mypage'
4
import ExerciseImg from '@/components/commons/exerciseImg'
5
import Typography from '@/components/ui/typography'
6
import {
@@ -11,7 +11,7 @@ import {
11
import styles from './preferExerciseItem.module.css'
12
13
type Props = {
14
- data: PreferExercises
+ data: UserProfilePreferExercise
15
}
16
17
export default function PreferExerciseItem({ data }: Props) {
0 commit comments