Skip to content

_rafce not working #252

Closed
Closed
@forinda

Description

@forinda

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions