@blocklet/pages-kit-inner-components 0.6.7 → 0.6.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/lib/cjs/add-component.js +1 -1
  2. package/lib/cjs/chunks/components--WuwSB_H.js +57 -0
  3. package/lib/cjs/chunks/{draft-data-D44_IEV2.js → draft-data-CVjF01PQ.js} +1 -1
  4. package/lib/cjs/chunks/{home-BYk01EUy.js → home-BarvCpAK.js} +2 -2
  5. package/lib/cjs/chunks/index-DH8UBqWG.js +475 -0
  6. package/lib/cjs/chunks/{publish-button-C8XPA4g_.js → publish-button-CNo2gT6Q.js} +1 -1
  7. package/lib/cjs/chunks/site-state-C4Zpym9P.js +1 -0
  8. package/lib/cjs/chunks/state-DCxHc_MB.js +1 -0
  9. package/lib/cjs/components.js +1 -1
  10. package/lib/cjs/home.js +1 -1
  11. package/lib/cjs/project-html.js +6 -9
  12. package/lib/cjs/resources.js +1 -1
  13. package/lib/cjs/setting.js +2 -2
  14. package/lib/cjs/site-state.js +1 -1
  15. package/lib/es/add-component.js +2 -2
  16. package/lib/es/chunks/components-B8AH-ivu.js +596 -0
  17. package/lib/es/chunks/{draft-data-CafrGKeh.js → draft-data-BiayOfQz.js} +1 -1
  18. package/lib/es/chunks/{home-DW8SdyfO.js → home-DBc-g4K0.js} +3 -3
  19. package/lib/es/chunks/{index-D5gXPe_7.js → index-DaF8ujCZ.js} +675 -763
  20. package/lib/es/chunks/{publish-button-XSZrDaTQ.js → publish-button-DiKDLFU8.js} +3 -3
  21. package/lib/es/chunks/site-state-sUwlP4XQ.js +1586 -0
  22. package/lib/es/chunks/{state-0gvZF3k2.js → state-C3hsEhCe.js} +117 -121
  23. package/lib/es/components.js +7 -7
  24. package/lib/es/home.js +3 -3
  25. package/lib/es/project-html.js +132 -121
  26. package/lib/es/resources.js +28 -29
  27. package/lib/es/setting.js +148 -145
  28. package/lib/es/site-state.js +16 -15
  29. package/package.json +3 -3
  30. package/lib/cjs/chunks/index-BRgYwvuv.js +0 -475
  31. package/lib/cjs/chunks/site-state-BlQzwACl.js +0 -57
  32. package/lib/cjs/chunks/state-B6BF5wJ-.js +0 -1
  33. package/lib/es/chunks/site-state-BdLTu3Od.js +0 -2123
@@ -1,75 +1,72 @@
1
- import { jsx as k } from "react/jsx-runtime";
2
- import { Box as V, Alert as K } from "@mui/material";
3
- import { joinURL as b, withQuery as z } from "ufo";
4
- import { createAxios as Q } from "@blocklet/js-sdk";
5
- import X from "lodash/isEmpty";
6
- import * as q from "yaml";
7
- import { useLocaleContext as Y } from "@arcblock/ux/lib/Locale/context";
1
+ import { jsx as W } from "react/jsx-runtime";
2
+ import { joinURL as b, withQuery as K } from "ufo";
3
+ import { createAxios as V } from "@blocklet/js-sdk";
4
+ import z from "lodash/isEmpty";
5
+ import * as Q from "yaml";
6
+ import { useLocaleContext as X } from "@arcblock/ux/lib/Locale/context";
8
7
  import { nextId as O } from "@blocklet/pages-kit/utils/common";
9
- import { getPageTemplateModel as Z } from "@blocklet/pages-kit/utils/page-model";
10
- import H, { getYjsDoc as ee } from "@syncedstore/core";
11
- import { useSyncedStore as te } from "@syncedstore/react";
12
- import { useLocalStorageState as oe } from "ahooks";
8
+ import { getPageTemplateModel as q } from "@blocklet/pages-kit/utils/page-model";
9
+ import "@mui/material";
10
+ import Y, { getYjsDoc as Z } from "@syncedstore/core";
11
+ import { useSyncedStore as H } from "@syncedstore/react";
12
+ import { useLocalStorageState as ee } from "ahooks";
13
13
  import { produce as v } from "immer";
14
- import J from "lodash/cloneDeep";
15
- import G from "lodash/debounce";
16
- import { createContext as ne, useState as x, useRef as re, useMemo as I, useCallback as M, useEffect as L, useContext as se } from "react";
17
- import { useParams as ce, useNavigate as ae } from "react-router-dom";
18
- import { IndexeddbPersistence as ie } from "y-indexeddb";
19
- import { WebsocketProvider as de } from "y-websocket";
20
- import { UndoManager as le } from "yjs";
14
+ import T from "lodash/cloneDeep";
15
+ import J from "lodash/debounce";
16
+ import { createContext as te, useState as L, useRef as oe, useMemo as I, useCallback as M, useEffect as x, useContext as ne } from "react";
17
+ import { useParams as re, useNavigate as se } from "react-router-dom";
18
+ import { IndexeddbPersistence as ce } from "y-indexeddb";
19
+ import { WebsocketProvider as ae } from "y-websocket";
20
+ import { UndoManager as ie } from "yjs";
21
21
  import "@blocklet/pages-kit/types";
22
- function ue() {
22
+ function de() {
23
23
  const { pathname: o } = window.location, l = o.match(/\/admin\/(maker|previewer)\/([^/]+)/)?.[2], p = window.__PROJECT_ID__;
24
24
  if (!l && !p)
25
25
  throw new Error("Unable to get projectId from pathname");
26
26
  return l || p;
27
27
  }
28
- function We(o) {
28
+ function Ue(o) {
29
29
  return `${o}:pages:version`;
30
30
  }
31
- function Ve(o, r) {
32
- return r === "yaml" ? X(o) ? "" : q.stringify(o, { indent: 2 }) : r === "json" ? JSON.parse(JSON.stringify(o || {})) : r === "array" ? JSON.parse(JSON.stringify(o || [])) : o;
31
+ function Fe(o, r) {
32
+ return r === "yaml" ? z(o) ? "" : Q.stringify(o, { indent: 2 }) : r === "json" ? JSON.parse(JSON.stringify(o || {})) : r === "array" ? JSON.parse(JSON.stringify(o || [])) : o;
33
33
  }
34
- function Ke({ error: o }) {
35
- return /* @__PURE__ */ k(V, { children: /* @__PURE__ */ k(K, { severity: "error", children: o.message }) });
36
- }
37
- const N = window.blocklet?.prefix || "/", B = Q({
34
+ const k = window.blocklet?.prefix || "/", G = V({
38
35
  timeout: 200 * 1e3
39
- }), pe = window.location.protocol === "https:" ? "wss" : "ws", ze = (o) => b(`${pe}://${window.location.hostname}`, N, `api/${o}/ws/pages`), me = "z8ia1mAXo8ZE7ytGF36L5uBf9kD2kenhqFGp9";
40
- blocklet?.componentMountPoints.find((o) => o.did === me)?.mountPoint || b(N, "/image-bin");
41
- function Qe(o) {
42
- return o && !/^(https?:\/\/|\/)/.test(o) ? window.location.origin + b(N, "uploads", o) : o;
36
+ }), le = window.location.protocol === "https:" ? "wss" : "ws", We = (o) => b(`${le}://${window.location.hostname}`, k, `api/${o}/ws/pages`), ue = "z8ia1mAXo8ZE7ytGF36L5uBf9kD2kenhqFGp9";
37
+ blocklet?.componentMountPoints.find((o) => o.did === ue)?.mountPoint || b(k, "/image-bin");
38
+ function Ke(o) {
39
+ return o && !/^(https?:\/\/|\/)/.test(o) ? window.location.origin + b(k, "uploads", o) : o;
43
40
  }
44
- const fe = window.innerWidth <= 750;
45
- function Xe(o, r, l) {
41
+ const pe = window.innerWidth <= 750;
42
+ function Ve(o, r, l) {
46
43
  if (!o || /\.gif/.test(o)) return o;
47
- const p = (fe ? r / 1.5 : r) * (l === "quality" ? 1.5 : 1);
48
- return ge(o, { imageFilter: "resize", w: p, f: "webp" });
44
+ const p = (pe ? r / 1.5 : r) * (l === "quality" ? 1.5 : 1);
45
+ return me(o, { imageFilter: "resize", w: p, f: "webp" });
49
46
  }
50
- function ge(o, r) {
51
- return !o || !r ? o : z(o, r);
47
+ function me(o, r) {
48
+ return !o || !r ? o : K(o, r);
52
49
  }
53
- async function Se(o) {
54
- return B.get(`/api/projects/${o}`).then((r) => r.data);
50
+ async function fe(o) {
51
+ return G.get(`/api/projects/${o}`).then((r) => r.data);
55
52
  }
56
- async function Pe(o) {
57
- return B.post(`/api/projects/${o.id}/update`, o).then((r) => r.data);
53
+ async function ge(o) {
54
+ return G.post(`/api/projects/${o.id}/update`, o).then((r) => r.data);
58
55
  }
59
- const we = 500, U = ne(null);
60
- function qe({
56
+ const Se = 500, B = te(null);
57
+ function ze({
61
58
  url: o,
62
59
  name: r,
63
60
  children: l,
64
61
  waitingSynced: p
65
62
  }) {
66
- const [w, y] = x(!1), { locale: m } = Y(), P = F(), E = `${P}:MakerLocalState`, e = `${P}:${r}`, [t, s] = oe(E, {
63
+ const [w, h] = L(!1), { locale: m } = X(), P = U(), E = `${P}:MakerLocalState`, e = `${P}:${r}`, [t, s] = ee(E, {
67
64
  defaultValue: {},
68
65
  listenStorageChange: !0
69
- }), n = re(t);
66
+ }), n = oe(t);
70
67
  n.current = t;
71
68
  const i = I(
72
- () => H({
69
+ () => Y({
73
70
  dataSourceIds: [],
74
71
  dataSources: {},
75
72
  pages: {},
@@ -82,10 +79,10 @@ function qe({
82
79
  resources: {}
83
80
  }),
84
81
  []
85
- ), c = I(() => ee(i), [i]);
86
- I(() => new ie(e, c), [e, c]);
82
+ ), c = I(() => Z(i), [i]);
83
+ I(() => new ce(e, c), [e, c]);
87
84
  const a = I(
88
- () => new de(o, e, c, {
85
+ () => new ae(o, e, c, {
89
86
  params: {},
90
87
  resyncInterval: 5 * 60 * 1e3
91
88
  }),
@@ -93,7 +90,7 @@ function qe({
93
90
  ), d = M(() => {
94
91
  a && (a.disconnect(), a.connect());
95
92
  }, [a]), f = I(
96
- () => new le(
93
+ () => new ie(
97
94
  [
98
95
  c.getArray("pageIds"),
99
96
  c.getMap("pages"),
@@ -107,41 +104,41 @@ function qe({
107
104
  { doc: c }
108
105
  ),
109
106
  [c]
110
- ), [C, j] = x(null), [A, R] = x(!1), [_, $] = x(void 0), D = M(async () => {
107
+ ), [C, j] = L(null), [N, A] = L(!1), [R, _] = L(void 0), $ = M(async () => {
111
108
  if (P) {
112
- R(!0);
109
+ A(!0);
113
110
  try {
114
- const u = await Se(P);
111
+ const u = await fe(P);
115
112
  j(u);
116
113
  } catch (u) {
117
114
  console.error("Failed to fetch project:", u);
118
115
  } finally {
119
- R(!1);
116
+ A(!1);
120
117
  }
121
118
  }
122
- }, [P]), T = M(
119
+ }, [P]), D = M(
123
120
  async (u, g) => {
124
- if ($(void 0), !!P) {
121
+ if (_(void 0), !!P) {
125
122
  g?.optimisticUpdate && C && j((S) => ({
126
123
  ...S,
127
124
  ...u
128
125
  }));
129
126
  try {
130
- const S = await Pe({
127
+ const S = await ge({
131
128
  ...u
132
129
  });
133
130
  j(S);
134
131
  } catch (S) {
135
- console.error("Failed to update project:", S), g?.optimisticUpdate && j(C), $(S?.response?.data);
132
+ console.error("Failed to update project:", S), g?.optimisticUpdate && j(C), _(S?.response?.data);
136
133
  }
137
134
  }
138
135
  },
139
136
  [P, C]
140
137
  );
141
- L(() => {
142
- P && D();
143
- }, [P, D]);
144
- const W = I(
138
+ x(() => {
139
+ P && $();
140
+ }, [P, $]);
141
+ const F = I(
145
142
  () => ({
146
143
  doc: c,
147
144
  state: i,
@@ -154,10 +151,10 @@ function qe({
154
151
  undoManager: f,
155
152
  projectState: {
156
153
  project: C,
157
- isLoadingProject: A,
158
- error: _
154
+ isLoadingProject: N,
155
+ error: R
159
156
  },
160
- updateProject: T,
157
+ updateProject: D,
161
158
  forceSync: d
162
159
  }),
163
160
  // eslint-disable-next-line react-hooks/exhaustive-deps
@@ -169,48 +166,48 @@ function qe({
169
166
  s,
170
167
  f,
171
168
  C,
172
- A,
173
- T,
174
- _,
169
+ N,
170
+ D,
171
+ R,
175
172
  m,
176
173
  d
177
174
  ]
178
175
  );
179
- return L(() => {
176
+ return x(() => {
180
177
  f.on("stack-item-added", ({ stackItem: u }) => {
181
- const { currentPageId: g, currentLocale: S, pages: h } = n.current;
182
- u.meta.set("localState", { currentPageId: g, currentLocale: S, pages: h });
178
+ const { currentPageId: g, currentLocale: S, pages: y } = n.current;
179
+ u.meta.set("localState", { currentPageId: g, currentLocale: S, pages: y });
183
180
  }), f.on("stack-item-popped", ({ stackItem: u }) => {
184
181
  const g = u.meta.get("localState");
185
182
  g && s((S) => ({ ...S, ...g }));
186
183
  });
187
- }, [f, s]), L(() => {
184
+ }, [f, s]), x(() => {
188
185
  a.awareness.setLocalState(t);
189
- }, [a, t]), L(() => {
190
- a.once("synced", () => y(!0));
186
+ }, [a, t]), x(() => {
187
+ a.once("synced", () => h(!0));
191
188
  const u = () => {
192
- s((h) => ({
193
- ...h,
189
+ s((y) => ({
190
+ ...y,
194
191
  networkStatus: void 0
195
192
  }));
196
193
  }, g = () => {
197
- s((h) => ({
198
- ...h,
194
+ s((y) => ({
195
+ ...y,
199
196
  networkStatus: "offline"
200
197
  }));
201
- }, S = G(({ status: h }) => {
202
- h === "connected" ? u() : h === "disconnected" && g();
203
- }, we);
198
+ }, S = J(({ status: y }) => {
199
+ y === "connected" ? u() : y === "disconnected" && g();
200
+ }, Se);
204
201
  return a.on("status", S), window.addEventListener("online", u), window.addEventListener("offline", g), () => {
205
202
  a.off("status", S), window.removeEventListener("online", u), window.removeEventListener("offline", g);
206
203
  };
207
- }, [a, s]), p && !w ? null : /* @__PURE__ */ k(U.Provider, { value: W, children: l });
204
+ }, [a, s]), p && !w ? null : /* @__PURE__ */ W(B.Provider, { value: F, children: l });
208
205
  }
209
- const Ie = () => {
210
- const o = se(U);
206
+ const Pe = () => {
207
+ const o = ne(B);
211
208
  if (!o)
212
209
  throw new Error("Context is null");
213
- const r = te(o.state), { setLocalState: l, localState: p } = o, w = ae(), y = F(), m = I(
210
+ const r = H(o.state), { setLocalState: l, localState: p } = o, w = se(), h = U(), m = I(
214
211
  () => ({
215
212
  get currentPage() {
216
213
  const {
@@ -286,21 +283,21 @@ const Ie = () => {
286
283
  get currentPageModel() {
287
284
  const e = this.currentPage ?? null;
288
285
  if (e)
289
- return Z(e, !1);
286
+ return q(e, !1);
290
287
  }
291
288
  }),
292
289
  [JSON.stringify(p), r]
293
290
  ), P = I(
294
291
  () => ({
295
292
  setCurrentSectionId: (e, t) => {
296
- e === p.currentPageId && t === p.pages?.[e]?.currentSectionId || (w(b("/admin/maker", y ?? "", "pages", e)), l(
293
+ e === p.currentPageId && t === p.pages?.[e]?.currentSectionId || (w(b("/admin/maker", h ?? "", "pages", e)), l(
297
294
  (s) => v(s, (n) => {
298
295
  n.currentPageId = e, n.currentComponentId = void 0, t !== void 0 && (n.pages ??= {}, n.pages[e] ??= {}, n.pages[e].currentSectionId = t ?? void 0), t ? window.sessionStorage.setItem("iframe_show_id", `"${t}"`) : window.sessionStorage.removeItem("iframe_show_id");
299
296
  })
300
297
  ));
301
298
  },
302
299
  setCurrentComponentId: (e) => {
303
- e !== p.currentComponentId && (w(b("/admin/maker", y ?? "", "components", e)), l(
300
+ e !== p.currentComponentId && (w(b("/admin/maker", h ?? "", "components", e)), l(
304
301
  (t) => v(t, (s) => {
305
302
  s.currentComponentId = e;
306
303
  })
@@ -317,12 +314,12 @@ const Ie = () => {
317
314
  setCustomComponentPreviewerProperties: (() => {
318
315
  const e = {};
319
316
  let t = "";
320
- const s = G(() => {
317
+ const s = J(() => {
321
318
  l(
322
319
  (n) => v(n, (i) => {
323
320
  i.customComponentPreviewerProperties ??= {}, i.customComponentPreviewerProperties[t] = {
324
321
  ...i.customComponentPreviewerProperties[t],
325
- ...J(e[t])
322
+ ...T(e[t])
326
323
  }, delete e[t];
327
324
  })
328
325
  );
@@ -352,7 +349,7 @@ const Ie = () => {
352
349
  );
353
350
  }
354
351
  }),
355
- [l, w, y, m]
352
+ [l, w, h, m]
356
353
  ), E = I(
357
354
  () => ({
358
355
  addPage: (e, t) => {
@@ -425,7 +422,7 @@ const Ie = () => {
425
422
  id: t.id ?? O(),
426
423
  isTemplateSection: t.isTemplateSection ?? !0,
427
424
  llmConfig: t.llmConfig ?? {}
428
- }, a = J(c.locales);
425
+ }, a = T(c.locales);
429
426
  return delete c.locales, o.doc.transact(() => {
430
427
  if (n && n.component === "layout-block") {
431
428
  const d = m.currentPageModel?.getComponentById(n.id);
@@ -486,7 +483,7 @@ const Ie = () => {
486
483
  const n = m.currentPageModel?.getComponentById(t);
487
484
  if (!n?.model)
488
485
  throw new Error(`Section ${t} is not exists`);
489
- const i = JSON.parse(JSON.stringify(n.model)), c = Ce(i), a = c.id, d = n?.parent;
486
+ const i = JSON.parse(JSON.stringify(n.model)), c = he(i), a = c.id, d = n?.parent;
490
487
  return d && (d.model.sections[a] = c, d.model.sectionIds.push(a), P.setCurrentSectionId(e, a), m.currentPage?.dataSource?.[t] && (m.currentPage.dataSource[a] = JSON.parse(
491
488
  JSON.stringify(m.currentPage.dataSource[t])
492
489
  ))), c;
@@ -517,11 +514,11 @@ const Ie = () => {
517
514
  localActions: P,
518
515
  ...m
519
516
  };
520
- }, F = () => {
521
- const { projectId: o } = ce();
522
- return o ?? ue() ?? "";
523
- }, Ye = () => window.__PROJECT_SLUG__ ?? "";
524
- function he(o) {
517
+ }, U = () => {
518
+ const { projectId: o } = re();
519
+ return o ?? de() ?? "";
520
+ }, Qe = () => window.__PROJECT_SLUG__ ?? "";
521
+ function we(o) {
525
522
  const { resources: r } = o;
526
523
  if (!r.components)
527
524
  return {};
@@ -529,24 +526,24 @@ function he(o) {
529
526
  return window?.blocklet?.componentMountPoints?.forEach((p) => {
530
527
  l[p.did] = p;
531
528
  }), Object.fromEntries(
532
- Object.entries(r.components).map(([p, { blockletId: w, component: y }]) => [
529
+ Object.entries(r.components).map(([p, { blockletId: w, component: h }]) => [
533
530
  p,
534
- { data: y, blockletId: w, blockletTitle: l[w]?.title || w }
531
+ { data: h, blockletId: w, blockletTitle: l[w]?.title || w }
535
532
  ])
536
533
  );
537
534
  }
538
- function ye(o) {
535
+ function Ie(o) {
539
536
  const { components: r } = o;
540
537
  return r || {};
541
538
  }
542
- function ve(o) {
539
+ function ye(o) {
543
540
  return {
544
- ...he(o),
545
- ...ye(o)
541
+ ...we(o),
542
+ ...Ie(o)
546
543
  };
547
544
  }
548
- const Ze = () => ve(Ie().state);
549
- function Ce(o) {
545
+ const Xe = () => ye(Pe().state);
546
+ function he(o) {
550
547
  const r = JSON.parse(JSON.stringify(o)), l = O();
551
548
  return {
552
549
  ...r,
@@ -554,20 +551,19 @@ function Ce(o) {
554
551
  };
555
552
  }
556
553
  export {
557
- Ke as E,
558
- qe as S,
559
- Ie as a,
560
- We as b,
561
- ve as c,
562
- Ye as d,
563
- Xe as e,
564
- Qe as f,
565
- ze as g,
566
- Ze as h,
567
- B as i,
568
- ye as j,
569
- he as k,
570
- ue as l,
571
- Ve as t,
572
- F as u
554
+ ze as S,
555
+ Pe as a,
556
+ Ue as b,
557
+ ye as c,
558
+ Qe as d,
559
+ Ve as e,
560
+ Ke as f,
561
+ We as g,
562
+ Xe as h,
563
+ G as i,
564
+ Ie as j,
565
+ we as k,
566
+ de as l,
567
+ Fe as t,
568
+ U as u
573
569
  };
@@ -8,17 +8,17 @@ import "lru-cache";
8
8
  import "node-fetch";
9
9
  import "ufo";
10
10
  import "lodash/isEmpty";
11
- import { c as _, G as E, d as l, e as d, j as N, k as O, m as P, h as c, g, f as T, s as h } from "./chunks/site-state-BdLTu3Od.js";
11
+ import { C as _, G as E, e as l, c as N, j as O, k as P, b as c, h as d, g, f as T, s as h } from "./chunks/components-B8AH-ivu.js";
12
12
  export {
13
13
  _ as CUSTOM_COMPONENT_CACHE_DURATION_IN_SECONDS,
14
14
  E as GET_SERVER_SIDE_PROPS_TIMEOUT_IN_SECONDS,
15
15
  l as clearPreloadComponentsCache,
16
- d as clearPreloadComponentsCacheByMode,
17
- N as getComponentFromState,
18
- O as getComponentFromStateByName,
19
- P as getExportSchemaValueFromCode,
20
- c as getPreloadComponent,
16
+ N as clearPreloadComponentsCacheByMode,
17
+ O as getComponentFromState,
18
+ P as getComponentFromStateByName,
19
+ c as getExportSchemaValueFromCode,
20
+ d as getPreloadComponent,
21
21
  g as getPreloadComponents,
22
22
  T as getPreloadComponentsCacheKey,
23
- h as skipCompileComponent
23
+ h as skipTranspileComponent
24
24
  };
package/lib/es/home.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import "react/jsx-runtime";
2
- import "./chunks/state-0gvZF3k2.js";
2
+ import "./chunks/state-C3hsEhCe.js";
3
3
  import "@arcblock/ux/lib/Locale/context";
4
4
  import "@arcblock/ux/lib/Result";
5
5
  import "@arcblock/ux/lib/Theme";
@@ -21,8 +21,8 @@ import "react-helmet";
21
21
  import "react-router-dom";
22
22
  import "react-use";
23
23
  import "ufo";
24
- import "./chunks/index-D5gXPe_7.js";
25
- import { a as R, P as S, d as W, c as j, b as k, T as q, H as v } from "./chunks/home-DW8SdyfO.js";
24
+ import "./chunks/index-DaF8ujCZ.js";
25
+ import { a as R, P as S, d as W, c as j, b as k, T as q, H as v } from "./chunks/home-DBc-g4K0.js";
26
26
  import "./chunks/session-C72Dq8zg.js";
27
27
  export {
28
28
  R as HomeView,