import {ICustomRouterContext} from '../@types/types';

/**
 * @todo
 */
export function isLogin(ctx: ICustomRouterContext) {
    return true;
}
