export default { template: `
  • {{ assignment.name }}

  • `, props: { assignment: Object, }, };