26 lines
781 B
JavaScript
26 lines
781 B
JavaScript
import { r as registerClientReference, a as jsxRuntime_reactServerExports } from "./server-entry-inner-DFzcLk7e.js";
|
|
import "node:async_hooks";
|
|
import "node:path";
|
|
import "http";
|
|
import "http2";
|
|
import "stream";
|
|
import "crypto";
|
|
import "fs";
|
|
import "path";
|
|
import "process";
|
|
import "../__vite_rsc_assets_manifest.js";
|
|
import "../__waku_build_metadata.js";
|
|
const PollPageClient = /* @__PURE__ */ registerClientReference(() => {
|
|
throw new Error("Unexpectedly client reference export 'default' is called on server");
|
|
}, "4af94835fa0f", "default");
|
|
async function PollPage({ id }) {
|
|
return /* @__PURE__ */ jsxRuntime_reactServerExports.jsx(PollPageClient, { id });
|
|
}
|
|
const getConfig = async () => {
|
|
return { render: "dynamic" };
|
|
};
|
|
export {
|
|
PollPage as default,
|
|
getConfig
|
|
};
|