import { Theme } from "../.." import { InternalUrl } from "../../utils/parse-url" export interface SignoutProps { url: InternalUrl csrfToken: string theme: Theme } export default function SignoutPage(props: SignoutProps) { const { url, csrfToken, theme } = props return (
Are you sure you want to sign out?