mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
7 lines
247 B
TypeScript
7 lines
247 B
TypeScript
import { StackHandler } from "@hexclave/next";
|
|
import { stackServerApp } from "../../../hexclave/server";
|
|
|
|
export default function Handler(props: unknown) {
|
|
return <StackHandler fullPage app = { stackServerApp } routeProps = { props } />;
|
|
}
|