UNPKG

react-monnify-2

Version:

This is an reactJS library for implementing monnify payment gateway

12 lines (10 loc) 220 B
import React from 'react'; import ReactDOM from 'react-dom'; import './index.css'; import App from './App'; ReactDOM.render( <React.StrictMode> <App /> </React.StrictMode>, document.getElementById('root'), );