import { Input, } from "reactstrap"; import { ReactComponent as Icon } from './trash.svg'; export default function TaskView(props: any) { return (
{props.task.title} {props.task.url ? link : ""}