Files
create-react-app/docusaurus
Lewis Llobera 687c4ebf21 Change arrow functions to function declarations (#8412)
- The JavaScript template uses a function declaration to define the component, the TypeScript template and a page of the documentation used arrow functions. Changed it to use function declarations for consistency and readability.
2020-02-03 15:28:39 +01:00
..