This commit is contained in:
KMKoushik
2024-05-25 08:40:35 +10:00
parent b0cc131b5f
commit de42ef59de
6 changed files with 17 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
import { renderAsync } from "@react-email/render";
import * as React from "react";
import { Unsend } from "./unsend";
import { Unsend } from ".";
import { paths } from "../types/schema";
import { ErrorResponse } from "../types";