import React from "react"; import { Link } from "react-router-dom"; import FourOhThreeImg from "@app-folio/assets/images/403.png"; const FourOhThree = props => (
403

Access Denied / Forbidden

Access denied. Please select the appropriate menu.

Back to Dashboard
); export default FourOhThree;