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