import { Button } from '@components/common/ui/Button.js'; import { MessageSquare } from 'lucide-react'; import React from 'react'; export default function Survey() { const surveyUrl = 'https://evershop.io/admin-survey'; const handleSurveyClick = () => { window.open(surveyUrl, '_blank', 'noopener,noreferrer'); }; return (