Fix various issues

This commit is contained in:
jeffvli 2022-12-29 18:50:57 -08:00
parent 46a23318af
commit be52f61fdb
5 changed files with 39 additions and 9 deletions

View file

@ -91,9 +91,9 @@ const StyledTrack = styled.div<any>`
`;
const Track = (props: any, state: any) => (
// eslint-disable-next-line react/destructuring-assignment
<StyledTrack
{...props}
// eslint-disable-next-line react/destructuring-assignment
index={state.index}
/>
);

View file

@ -1 +0,0 @@
export * from './routes/song-list-route';