get all tutorials about the API

This commit is contained in:
Delucse
2020-11-27 09:30:42 +01:00
parent ea00d173c5
commit b8a2f87321
13 changed files with 116 additions and 76 deletions
+1 -10
View File
@@ -1,6 +1,4 @@
import React, { Component } from 'react';
import PropTypes from 'prop-types';
import { connect } from 'react-redux';
import Hardware from './Hardware';
import Requirement from './Requirement';
@@ -55,12 +53,5 @@ class Instruction extends Component {
};
}
Instruction.propTypes = {
// currentTutorialId: PropTypes.number,
};
const mapStateToProps = state => ({
// currentTutorialId: state.tutorial.currentId
});
export default connect(mapStateToProps, null)(Instruction);
export default Instruction;