Skip to content

Commit ea4624d

Browse files
authored
Merge pull request #1 from alanbinu5528/patch-1
Update CreateEmployeeComponent.jsx
2 parents c7dab6a + d3e20b6 commit ea4624d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

react-frontend/src/components/CreateEmployeeComponent.jsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import React, { Component } from 'react'
22
import EmployeeService from '../services/EmployeeService';
33

4+
//step 1
5+
46
class CreateEmployeeComponent extends Component {
57
constructor(props) {
68
super(props)

0 commit comments

Comments
 (0)