2.0.3 • Published 5 years ago
@filipigustavo/hello v2.0.3
hello
Hello, everyone!
Install
npm install --save filipigustavo/hello
Usage
import React from 'react'
import { Hello } from '@filipigustavo/hello'
const Example = () => {
return (<Hello />)
}