Compare commits

..

2 Commits

Author SHA1 Message Date
bd271021f1 eslint fix 2021-11-15 23:36:57 +01:00
63b1538a37 something broke with eslint. fixed it 2021-11-15 23:35:56 +01:00
3 changed files with 1668 additions and 2221 deletions

View File

@@ -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"
}
}

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 (

3885
yarn.lock

File diff suppressed because it is too large Load Diff