// en/empty
export const empty = {
  title: 'Nothing here yet',
  description: 'It looks like this list is empty.',
  retry: 'Try again',
} as const;
