new-component
Advanced tools
Comparing version 3.0.2 to 4.0.0
{ | ||
"name": "new-component", | ||
"version": "3.0.2", | ||
"version": "4.0.0", | ||
"description": "CLI for creating new React components", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/joshwcomeau/new-component", |
import React from 'react'; | ||
const COMPONENT_NAME = () => { | ||
function COMPONENT_NAME() { | ||
return <div />; | ||
@@ -6,0 +5,0 @@ }; |
85667