Skip to content

importing { Component } #2

@ad3429

Description

@ad3429

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions