import { faqRepository } from '@/lib/repositories/faq.repository';

export const faqService = {
  list: () => faqRepository.listAll(),
};
