Skip to content

Commit 5f3f1aa

Browse files
committed
hotfix: 오류 수정
1 parent 038347f commit 5f3f1aa

File tree

1 file changed

+1
-1
lines changed
  • src/app/(auth-required)/leaderboards/components

1 file changed

+1
-1
lines changed

src/app/(auth-required)/leaderboards/components/Rank.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { IProp } from '../../../../components/auth-required/leaderboards/Ranker';
1+
import type { IProp } from './Ranker';
22

33
export const Rank = ({ name, rank, count, suffix = '회' }: IProp) => {
44
return (

0 commit comments

Comments
 (0)