first commit

This commit is contained in:
2025-07-24 20:14:43 +03:00
commit 4423badefd
30 changed files with 131277 additions and 0 deletions

View File

@ -0,0 +1,8 @@
import {$ as a, j as t, a0 as o, c as s} from "./index-CdMy-Rhi.js";
const r = () => a(e => e.auth).isAuthorized ? t.jsx(o, {
to: "/leads"
}) : t.jsx(t.Fragment, {})
, i = s("/")({
component: r
});
export {i as Route};