Skip to content

Commit d3e20b6

Browse files
author
Manju Sagar
authored
Update CreateEmployeeComponent.jsx
1 parent c7dab6a commit d3e20b6

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)