Skip to content

Commit 72aa4f3

Browse files
feat(mobile): reorganiza header do dashboard e corrige importacao de tipos
1 parent 2680ffb commit 72aa4f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/mobile/app/(tabs)/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { useRouter } from 'expo-router';
1111
import { useAuth } from '@hooks/useAuth';
1212
import api from '@services/api';
1313
import { CLIENTES, EMPRESTIMOS, REPORT } from '@constants/endpoints';
14-
import { Emprestimo, fmt } from '@types/emprestimo';
14+
import { Emprestimo, fmt } from '../../types/emprestimo';
1515

1616
interface 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 */}

0 commit comments

Comments
 (0)