Compare commits
2 Commits
b0b6e7084e
...
bd271021f1
| Author | SHA1 | Date | |
|---|---|---|---|
| bd271021f1 | |||
| 63b1538a37 |
@@ -43,7 +43,6 @@
|
||||
"devDependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.4.0",
|
||||
"@typescript-eslint/parser": "^5.4.0",
|
||||
"eslint": "^8.2.0",
|
||||
"eslint-plugin-react": "^7.27.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user