initial commit

This commit is contained in:
Jose Selesan
2026-05-28 14:33:16 -03:00
commit 7bc3d9f898
211 changed files with 161253 additions and 0 deletions

View File

@@ -0,0 +1 @@
import{j as s}from"./index-8Yb0GG_8.js";function e(){return s.jsxs("div",{className:"space-y-4",children:[s.jsx("h1",{className:"text-2xl font-semibold",children:"Gastos"}),s.jsx("p",{className:"text-muted-foreground",children:"Administrá tus gastos acá."})]})}const n=e;export{n as component};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
import{j as t,O as o}from"./index-8Yb0GG_8.js";function e(){return t.jsx(o,{})}export{e as component};

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
import{j as e}from"./index-8Yb0GG_8.js";function s(){return e.jsxs("div",{className:"space-y-4",children:[e.jsx("h1",{className:"text-2xl font-semibold",children:"Cotizaciones"}),e.jsx("p",{className:"text-muted-foreground",children:"Creá y administrá tus cotizaciones acá."})]})}const o=s;export{o as component};

View File

@@ -0,0 +1,6 @@
import{e as r}from"./index-8Yb0GG_8.js";/**
* @license lucide-react v1.16.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/const c=[["path",{d:"M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8",key:"v9h5vc"}],["path",{d:"M21 3v5h-5",key:"1q7to0"}],["path",{d:"M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16",key:"3uifl3"}],["path",{d:"M8 16H3v5",key:"1cv678"}]],h=r("refresh-cw",c);function d(o){const a=new Date,f=new Date(o),n=a.getTime()-f.getTime(),e=Math.floor(n/6e4);if(e<1)return"Ahora";if(e<60)return`Hace ${e} min`;const t=Math.floor(e/60);return t<24?`Hace ${t}h`:`Hace ${Math.floor(t/24)}d`}export{h as R,d as f};

13
apps/frontend/dist/index.html vendored Normal file
View File

@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Personal Admin</title>
<script type="module" crossorigin src="/assets/index-8Yb0GG_8.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BPJTNbAs.css">
</head>
<body>
<div id="root"></div>
</body>
</html>