diff --git a/src/components/OsztalySelector.tsx b/src/components/OsztalySelector.tsx index f6fc07c..af7ddd3 100644 --- a/src/components/OsztalySelector.tsx +++ b/src/components/OsztalySelector.tsx @@ -6,7 +6,7 @@ import { OsztalyProperties, OsztalySpecialSkills } from "../domain-models/osztaly"; -import {Faj} from "../domain-models/faj"; +import {Faj, SzintKorlatokFajokra} from "../domain-models/faj"; function OsztalySelector(props: {currentFaj: Faj, currentOsztaly: Osztaly, changeOsztaly: (newOsztaly: Osztaly) => void}) { const {currentFaj, currentOsztaly, changeOsztaly} = props; @@ -17,15 +17,15 @@ function OsztalySelector(props: {currentFaj: Faj, currentOsztaly: Osztaly, chang