erisl-components Greeter Hello Layout Usage import { Hello } from 'erisl-components' const { Test } = Hello const Index = ()=>{ return ( <Test name="ERISHEN" /> ) } export default Index