New logo, SDK with url support

This commit is contained in:
KMKoushik
2024-05-25 18:46:41 +10:00
parent d081badd3d
commit 5b5fa74f32
23 changed files with 106 additions and 195 deletions

View File

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