Add Importar Extrato item

Integrate bank statement import feature into NewModernLayout by adding the "Importar Extrato" entry to the AppSidebar after Transações, ensuring the route /importar-extrato is visible in the sidebar. Also import FileUp icon for the menu item.

X-Lovable-Edit-ID: edt-a8ff7123-e83f-4dc3-96df-5161b0563aec
This commit is contained in:
gpt-engineer-app[bot] 2025-11-25 23:00:24 +00:00
commit 40c8d44778

View File

@ -27,7 +27,8 @@ import {
Crown,
Users,
Settings,
Bell
Bell,
FileUp
} from 'lucide-react';
import OnboardingTour from '@/components/onboarding/OnboardingTour';
import HelpIcon from '@/components/help/HelpIcon';
@ -73,6 +74,11 @@ const AppSidebar = () => {
url: "/transacoes",
icon: Receipt,
},
{
title: "Importar Extrato",
url: "/importar-extrato",
icon: FileUp,
},
{
title: "Cartões de Crédito",
url: "/cartoes",