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.
1 parent c7dab6a commit d3e20b6Copy full SHA for d3e20b6
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