youtuber-blog-frontend/build/server/chunks/6-C_WAGgN6.js

29 lines
1.2 KiB
JavaScript
Raw Normal View History

2024-05-29 18:43:41 +00:00
import { c as config } from './config-DeQcbWtq.js';
import 'dotenv';
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
});
2024-05-29 19:16:25 +00:00
const index = 6;
2024-05-29 18:43:41 +00:00
let component_cache;
const component = async () => component_cache ??= (await import('./_page.svelte-ChRvOOuf.js')).default;
2024-05-29 19:16:25 +00:00
const server_id = "src/routes/(app)/emails/+page.server.js";
2024-05-29 19:23:04 +00:00
const imports = ["_app/immutable/nodes/6.DCwYVAKN.js","_app/immutable/chunks/scheduler.ncJpckHt.js","_app/immutable/chunks/index.DNKwBhZH.js","_app/immutable/chunks/each.C-Vm-bAH.js","_app/immutable/chunks/table-row.Clc1lodG.js","_app/immutable/chunks/spread.CgU5AtxT.js","_app/immutable/chunks/button.Dry7Ezxz.js","_app/immutable/chunks/index.Bf9t7sah.js","_app/immutable/chunks/index.BHY_2Zs4.js","_app/immutable/chunks/arrow-up-right.DlzuEt35.js","_app/immutable/chunks/Icon.B73p7tCT.js"];
2024-05-29 18:43:41 +00:00
const stylesheets = [];
const fonts = [];
export { component, fonts, imports, index, _page_server as server, server_id, stylesheets };
2024-05-29 19:23:04 +00:00
//# sourceMappingURL=6-C_WAGgN6.js.map