Manara / src /constants.ts
Kebe77's picture
Create src/constants.ts
1fb9e94 verified
Raw
History Blame Contribute Delete
464 Bytes
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'
}
];