Closed
Description
I loved the template created without necessarily having import React from "react"
In thelatest version that seems to have gone away but it was really amazing crating the functional components with that snippet.
I'm just requesting if the feature could be revived again
i.e
const App = () =>{
return <div>App</app>
}
export default App
instead of
import React from "react"
const App = ()=>{
return <div>App</app>
}
export default App
Metadata
Metadata
Assignees
Labels
No labels