1.0.0 • Published 4 years ago

suivi-cqrs-library v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

suivi-cqrs-library

NPM JavaScript Style Guide

Install

npm install --save suivi-cqrs-library

Usage

import * as React from "react";

import MyComponent from "suivi-cqrs-library";

class Example extends React.Component {
  render() {
    return <MyComponent />;
  }
}

License

MIT © HamzaMhadbi