This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from 'react' | |
import PropTypes from 'prop-types' | |
import { connect } from 'react-redux' | |
import Greeting from '../components/Greeting' | |
class EquipmentMetadata extends Component { | |
render () { | |
const { name } = this.props | |
return ( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from 'react' | |
import PropTypes from 'prop-types' | |
import { connect } from 'react-redux' | |
import Greeting from '../components/Greeting' | |
class EquipmentMetadata extends Component { | |
render () { | |
const { name } = this.props | |
return ( |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React, { Component } from 'react' | |
import PropTypes from 'prop-types' | |
import { connect } from 'react-redux' | |
import Greeting from '../components/Greeting' | |
class EquipmentMetadata extends Component { | |
render () { | |
const { name } = this.props | |
return ( |