import { Button } from "@heroui/react"; import { Icon } from "@iconify/react"; import React from "react"; const ContinueWithProviders = () => { return (
); }; export default ContinueWithProviders;