import React from "react"; import { Button } from "../../components"; export const UnauthorizedAccess = () => { const handleSignOut = () => { } return (