/* -------------------------------------------------------------------------- */ /* Libraries */ /* -------------------------------------------------------------------------- */ import StandalonePage from "components/StandalonePage"; import React from "react"; /* -------------------------------------------------------------------------- */ /* Unauthorized page */ /* -------------------------------------------------------------------------- */ export default function AuthFailure() { return (
You have to be authorized
to access techpal dashboard
); }