This commit is contained in:
Clément Le Bihan
2023-12-27 21:49:59 +01:00
parent af0531bb0c
commit 495380ec43
10 changed files with 53 additions and 26 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import React from 'react';
import { Translate, translate } from '../i18n/i18n';
import { Box, Text, VStack, Progress, Stack } from 'native-base';
import { Translate } from '../i18n/i18n';
import { Box, VStack, Progress, Stack } from 'native-base';
import { useNavigation } from '../Navigation';
import Card from '../components/Card';
import UserAvatar from './UserAvatar';