Install ES7 React snippets extension
rafc =>
import React from 'react'
export const WeatherApp = () => {
return (
<div>WeatherApp</div>
)
}
Install ES7 React snippets extension
rafc =>
import React from 'react'
export const WeatherApp = () => {
return (
<div>WeatherApp</div>
)
}