/** * Internal dependencies */ import './style.scss'; const TaskListPlaceholder = ( props ) => { const { numTasks = 5, } = props; return (