mirror of
https://github.com/tomru/pdfer.git
synced 2026-03-03 06:27:19 +01:00
add prettier and format all
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from 'react';
|
||||
import React from 'react'
|
||||
|
||||
export default function(props) {
|
||||
export default function (props) {
|
||||
return (
|
||||
<label>
|
||||
{props.text}
|
||||
@@ -12,5 +12,5 @@ export default function(props) {
|
||||
value={props.value}
|
||||
/>
|
||||
</label>
|
||||
);
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user