This commit is contained in:
Chloé CHAUVIN
2022-10-14 13:56:46 +02:00
parent 9c1d496e0b
commit 5b081c8acb
+1
View File
@@ -2,6 +2,7 @@ import { useNavigation } from "@react-navigation/core";
import { HStack, VStack, Text, Progress, Pressable } from "native-base";
import { translate } from "../i18n/i18n";
import Card from './Card';
type CompetenciesTableProps = {
pedalsCompetency: number;
rightHandCompetency: number;