Sha256: 1a8cb98632501aa07e1463a3c667fb7b589839bfd87c9543aaed5f7a4451e9ba
Contents?: true
Size: 138 Bytes
Versions: 17
Compression:
Stored size: 138 Bytes
Contents
import React from 'react'; const InertiaExample = ({name}) => ( <> <h1>Hello {name}!</h1> </> ); export default InertiaExample;
Version data entries
17 entries across 17 versions & 2 rubygems