Authorized.js 182 Bytes Raw Blame History Permalink 1 2 3 4 5 import RenderAuthorized from '../components/Authorized'; import { getAuthority } from './authority'; const Authorized = RenderAuthorized(getAuthority()); export default Authorized;