export const useSuggestedPages = jest.fn(() => {
  return [
    {
      link: '/',
      label: 'some page',
    },
  ];
});
