import Controller from '@ember/controller';
export default class ClientsController extends Controller {
isForbidden = false;
}