import { h, Component } from 'preact' import { Link } from 'react-router-dom' import client from '../../client.js' export default function TaskFormView (props) { console.log(props) return (
{props.content && (
{props.content.name}
)}
{props.style && (
{props.style.name}
)}
props.setAlpha(e.target.value)} /> alpha: {props.alpha}
) }