Skip to content

Commit

Permalink
HOTFIx: 파일경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KimKyuHoi committed Aug 16, 2024
1 parent a6ebe25 commit ecf6573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/admin/components/team/CreateTeamToken.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { useEffect, useState, lazy } from 'react';

import CommonBtn from '@gdsc/components/common/button/CommonBtn';

import PlusBtn from '@gdsc/assets/admin/plusBtn.svg';
import PlusBtn from '@gdsc/assets/admin/PlusBtn.svg';
import close from '@gdsc/assets/admin/remove.svg';

import { deleteParentTeam } from '@gdsc/apis/hooks/admin/team/deleteParentTeam';
Expand Down

0 comments on commit ecf6573

Please sign in to comment.