import { Card } from '@automattic/components'; export default function TaskPlaceholder() { return (

Task title

This is an example

Estimated time
); }