import { UrlPreviewProps } from "./types";
import UrlPreview from "./UrlPreview";
export { UrlPreview, UrlPreviewProps };
export default UrlPreview;
