import { Button } from "@/components/ui/button"; const BasicButton = () => { return (
); }; export default BasicButton;