UNPKG

@easyyo/ory.elements-react

Version:

Ory Elements React - a collection of React components for authentication UIs.

10 lines 191 B
"use client"; import { SessionProvider } from "./session-provider"; import { useSession } from "./useSession"; export { SessionProvider, useSession }; //# sourceMappingURL=index.mjs.map