export const FORGOT_SUCCESS_MESSAGE =
  "If this email exists, you will receive a reset email";

export const obj = {
  quote_id: "",
  commodity: "",
  port_name: "",
  port_id: "",
  load_type_code: "",
  terminals: "",
  pickup_date: "",
  origin_destination: "",
  length: "",
  delivery_date: "",
  carrier_equipment_code: "",
  ssl: "",
  user_id: "",
  scac_code: "",
  quantity: "",
  weight: "",
  weight_type: "",
  un_number: "",
  is_deleted: "",
  class: "",
  terminal_id: "",
  equipment_name: "",
  notes_for_carrier: "",
  notes: "",
  miles: "",
  hazmat: "",
  pickup_time_start: "",
  pickup_time_end: "",
  delivery_time_start: "",
  delivery_time_end: "",
};
