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 AllDecks from "./AllDecks"
|
||||||
import MenuBar from "./MenuBar"
|
import MenuBar from "./MenuBar"
|
||||||
|
|
||||||
function App() {
|
|
||||||
|
|
||||||
|
|
||||||
|
const App: React.FC = () => {
|
||||||
const [retakesConfig,setRetakesConfig] = useState(new RetakesConfig())
|
const [retakesConfig,setRetakesConfig] = useState(new RetakesConfig())
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
Loading…
Reference in New Issue
Block a user