diff --git a/app/lib/emails/templates.tsx b/app/lib/emails/templates.tsx index a5c0c819..58e035ed 100644 --- a/app/lib/emails/templates.tsx +++ b/app/lib/emails/templates.tsx @@ -1,4 +1,4 @@ -import { UserLog, bookingAppointment } from "@/types"; +import { UserLog, bookingAppointment } from "@types"; import { Html } from "@react-email/html"; import { getCurrentDateFormatted } from "@utils/getDate"; import React from "react";