-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
https://github.com/melvinsgit/jamming/blob/master/src/components/Playlist/Playlist.js#L1-L6
This is a minor detail, but when you do:
import { Component }
you actually can just do:
class Playlist extends Component {
instead of:
class Playlist extends React.Component {
Metadata
Metadata
Assignees
Labels
No labels