We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7dab6a + d3e20b6 commit ea4624dCopy full SHA for ea4624d
react-frontend/src/components/CreateEmployeeComponent.jsx
@@ -1,6 +1,8 @@
1
import React, { Component } from 'react'
2
import EmployeeService from '../services/EmployeeService';
3
4
+//step 1
5
+
6
class CreateEmployeeComponent extends Component {
7
constructor(props) {
8
super(props)
0 commit comments