Results 7 issues of Mahmud Hasan Rabbi

Added requireConfigFile: false to fix babel error with react-router-dom. Fixes issue #6

Each child in a list should have a unique "key" prop error solved. The Key was set on the wrong item. Fix #29

Getting this error on Components/player.tsx line 45 : Uncaught TypeError: Cannot read properties of null (reading 'seek') at f ` if (playing && !isSeeking) { const f = () =>...

Fixed the typo of `spaceing={2}` to `spacing={2}`