1

PHOTO EMBED

Tue Oct 25 2022 11:48:32 GMT+0000 (Coordinated Universal Time)

Saved by @Vrushabh_123

import _ from 'lodash'
import './App.css'

const App = ({ name }) => {
  return `
    <h2> ${_.join(['Welcome,', name], ' ')} </h2>
    <p> Build apps with plain JS but with modern tooling  </p>
    `
}

export default App
content_copyCOPY