import { Session } from "@auth/core" export default function useSession() { return useState("session", () => null) }