File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ import { useRouter } from 'expo-router';
1111import { useAuth } from '@hooks/useAuth' ;
1212import api from '@services/api' ;
1313import { CLIENTES , EMPRESTIMOS , REPORT } from '@constants/endpoints' ;
14- import { Emprestimo , fmt } from '@ types/emprestimo' ;
14+ import { Emprestimo , fmt } from '../../ types/emprestimo' ;
1515
1616interface Stats {
1717 clientes : number ;
@@ -96,8 +96,8 @@ export default function DashboardScreen() {
9696 < ScrollView style = { s . page } contentContainerStyle = { s . content } showsVerticalScrollIndicator = { false } >
9797 { /* Header */ }
9898 < View style = { s . header } >
99- < Text style = { s . saudacao } > { saudacao ( ) } , { nome } 👋</ Text >
10099 < Text style = { s . titulo } > Painel</ Text >
100+ < Text style = { s . saudacao } > { saudacao ( ) } , { nome } 👋</ Text >
101101 </ View >
102102
103103 { /* Cards de contagem */ }
You can’t perform that action at this time.
0 commit comments