initial commit
This commit is contained in:
8
apps/frontend/src/features/expenses/ExpensesPage.tsx
Normal file
8
apps/frontend/src/features/expenses/ExpensesPage.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
export function ExpensesPage() {
|
||||
return (
|
||||
<div className="space-y-4">
|
||||
<h1 className="text-2xl font-semibold">Gastos</h1>
|
||||
<p className="text-muted-foreground">Administrá tus gastos acá.</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user