Add implementation
This commit is contained in:
25
dist/server/assets/_id_-D3sxE6t8.js
vendored
Normal file
25
dist/server/assets/_id_-D3sxE6t8.js
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
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
|
||||
};
|
||||
Reference in New Issue
Block a user