import { Motion } from "solid-motionone"; import { Icon } from "./shared/Icon"; export function ReauthBanner(props: { onReauth: () => void }) { return (

Your session expired.

Sign in again to reconnect your account.

); }