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