JSFiddle - React, Tailwind, and code Playground
by rexonms
TypeScript
const house: Section = {
name: 'House',
id: 'l10',
meta: { difficulty: 'easy' },
notes: '',
contentList: [
{
english: 'Room',
roman: 'Kōṭhā',
nepali: 'कोठा',
notes: '',
sound: require('./../../../../../assets/sounds/lessons/lesson1/EverydayWords/room.mp4'),
meta: {},
},
{
english: 'Door',
roman: 'Ḍhōkā',
nepali: 'ढोका',
notes: '',
meta: {},
sound: require('./../../../../../assets/sounds/lessons/lesson1/EverydayWords/door.mp4'),
},
{
english: 'Window',
roman: 'Ghyal',
nepali: 'भ्कयाल',
notes: '',
meta: {},
sound: require('./../../../../../assets/sounds/lessons/lesson1/EverydayWords/window.mp4'),
},
],
};
export default house;