| import { Source } from './types'; | |
| export const INITIAL_SOURCES: Source[] = [ | |
| { | |
| id: '1', | |
| title: 'مواهب القدوس', | |
| author: 'الشيخ أحمدو بمبا', | |
| category: 'tawhid' | |
| }, | |
| { | |
| id: '2', | |
| title: 'مسالك الجنان', | |
| author: 'الشيخ أحمدو بمبا', | |
| category: 'tasawwuf' | |
| }, | |
| { | |
| id: '3', | |
| title: 'جذب القلوب', | |
| author: 'الشيخ أحمدو بمبا', | |
| category: 'khidma' | |
| } | |
| ]; |