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