eslint fix

This commit is contained in:
Djeeberjr 2021-11-15 23:36:57 +01:00
parent 63b1538a37
commit bd271021f1

View File

@ -3,8 +3,9 @@ import RetakesConfig from "../types/RetakesConfig"
import AllDecks from "./AllDecks"
import MenuBar from "./MenuBar"
function App() {
const App: React.FC = () => {
const [retakesConfig,setRetakesConfig] = useState(new RetakesConfig())
return (