Authorized.js 182 Bytes
Newer Older
ddcat1115's avatar
ddcat1115 committed
1 2 3 4 5
import RenderAuthorized from '../components/Authorized';
import { getAuthority } from './authority';

const Authorized = RenderAuthorized(getAuthority());
export default Authorized;