Skip to content

Commit

Permalink
fix : import alias error @types
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed Jul 3, 2024
1 parent 0df63fd commit 0a122eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/lib/emails/templates.tsx
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 0a122eb

Please sign in to comment.