import {addToast, Button} from "@heroui/react"; import React from "react"; export default function App() { return (
{["top-left", "top-center", "top-right", "bottom-left", "bottom-center", "bottom-right"].map( (position) => ( ), )}
); }