2026-01-15 13:42:56 +00:00
|
|
|
// Profile feature barrel export
|
|
|
|
|
export { default as ProfilePage } from './components/ProfilePage';
|
2026-01-15 18:25:31 +00:00
|
|
|
export type { UserProfileDto } from './types';
|
|
|
|
|
export { Colaborador } from './domain/Colaborador';
|
2026-01-15 18:49:23 +00:00
|
|
|
export { useColaboradorAtual, COLABORADOR_ATUAL_QUERY_KEY } from './hooks/useColaboradorAtual';
|