import Dialog from '~/components/Dialog'; import type { PreAuthKey } from '~/types'; interface Props { authKey: PreAuthKey; } export default function ExpireKey({ authKey }: Props) { return ( Expire Key Expire auth key? Expiring this authentication key will immediately prevent it from being used to authenticate new devices. This action cannot be undone. ); }