defmodule CvGenView.Education do use Phoenix.Component import CvGenView.Date, only: [date: 1] attr(:institution, :string, required: true) attr(:location, :string, required: true) attr(:start_date, :string, required: true) attr(:end_date, :string, required: true) def education(assigns) do ~H"""