youtuber-blog-frontend/build/server/chunks/6--N-7fGB1.js
2024-06-22 01:07:29 +02:00

29 lines
1.2 KiB
JavaScript

import { c as config } from './config-BHx687w1.js';
import './shared-server-i79vVjEm.js';
const load = async ({ fetch }) => {
const signupsRes = await fetch(config.api_url + "/dashboard/signups", {
credentials: "include"
});
const signupsData = await signupsRes.json();
return {
signups: signupsData.signups
};
};
var _page_server = /*#__PURE__*/Object.freeze({
__proto__: null,
load: load
});
const index = 6;
let component_cache;
const component = async () => component_cache ??= (await import('./_page.svelte-CGNKv-Oa.js')).default;
const server_id = "src/routes/(app)/emails/+page.server.js";
const imports = ["_app/immutable/nodes/6._iqnGlRR.js","_app/immutable/chunks/scheduler.BsMbz5U8.js","_app/immutable/chunks/index.rkWRBFIu.js","_app/immutable/chunks/each.jOEBnCSj.js","_app/immutable/chunks/table-row.CXdrGY0F.js","_app/immutable/chunks/spread.CgU5AtxT.js","_app/immutable/chunks/button.Ba55pzkL.js","_app/immutable/chunks/index.BBc34iid.js","_app/immutable/chunks/index.DwF-TCr7.js","_app/immutable/chunks/arrow-up-right.DEcNSV5N.js"];
const stylesheets = [];
const fonts = [];
export { component, fonts, imports, index, _page_server as server, server_id, stylesheets };
//# sourceMappingURL=6--N-7fGB1.js.map