export const mockGroup1 = {
  id: 1,
  avatar_url: 'avatar.png',
  name: 'Gitlab Org',
  full_name: 'Gitlab Org',
  full_path: 'gitlab-org',
  description: 'Open source software to collaborate on code',
};

export const mockGroup2 = {
  id: 2,
  avatar_url: 'avatar.png',
  name: 'Gitlab Com',
  full_name: 'Gitlab Com',
  full_path: 'gitlab-com',
  description: 'For GitLab company related projects',
};