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