0.1.8 • Published 2 years ago

wealth-healt v0.1.8

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

information

Project 14 : register employees and view the employees of wealth-health enterprise

prerequisite

  • react-redux:version 7.2.6
  • react: version 17.0.2

instalation

npm i wealth-healt

import EmployeesWealthHealth from 'wealth-healt/dist/App'

Example:

ReactDOM.render(
  <EmployeesWealthHealth/> ,
  document.getElementById('root')
);

Enjoy...