eslint fix
This commit is contained in:
parent
63b1538a37
commit
bd271021f1
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user