Skip to content

Commit

Permalink
#167 Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszdworniczak committed Apr 15, 2021
1 parent 9ea5e32 commit 894ece1
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
import {Alert, AlertTitle} from "@material-ui/lab";
import {Centered} from "../../atoms/Shared/Centered";
import EmojiEventsIcon from "@material-ui/icons/EmojiEvents";
import {Box, Tabs, Typography} from "@material-ui/core";
import Tab from "@material-ui/core/Tab";
import React, {useState} from "react";
import {Centered} from "../../atoms/Centered";

function TournamentsResults() {
const [tournamentStatus, setTournamentStatus] = useState(undefined);

useEffect(() => {
return () => {
effect
};
}, [input]);


return (
<>
Expand Down

0 comments on commit 894ece1

Please sign in to comment.