Skip to content

Commit

Permalink
debug: 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
glowisn committed Nov 28, 2023
1 parent edc1278 commit c2ceee5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions client/src/components/ScoreBoardModal/ScoreBoardModal.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { ResultType, ScoreType } from '../../types/ScoreType';
import mockScoresData from '../../../public/mocks/Scores.json';
import { ScoreBoard } from './ScoreBoard';
import ScoreBoard from './ScoreBoard';
import { FaChartSimple } from 'react-icons/fa6';


const mockScores: ScoreType = {
players: mockScoresData.players.map((player) => ({
...player,
Expand All @@ -28,5 +27,3 @@ export default function ScoreBoardModal() {
</div>
);
}


0 comments on commit c2ceee5

Please sign in to comment.