diff --git a/js/components/GroupStage.js b/js/components/GroupStage.js index 6cc4f19..cdbdc29 100644 --- a/js/components/GroupStage.js +++ b/js/components/GroupStage.js @@ -4,6 +4,7 @@ import React, {Component} from 'react'; import {getGroup} from '../redux/tournamentApi'; import {notify} from 'react-notify-toast'; import {sortMatchesByPositionAscending} from '../utils/sorting'; +import {FaChevronDown, FaChevronUp} from 'react-icons/fa6'; export default class GroupStage extends Component { constructor(props) { @@ -20,23 +21,27 @@ export default class GroupStage extends Component { return (