File "MinimizedButton.jsx"
Full Path: /home/fresvfqn/waterdamagerestorationandrepairsmithtown.com/wp-content/plugins/extendify/src/HelpCenter/components/buttons/MinimizedButton.jsx
File size: 250 bytes
MIME-type: text/x-java
Charset: utf-8
import { Topbar } from '@help-center/components/modal/TopBar';
export const MinimizedButton = () => (
<div
className="overflow-hidden rounded-md border border-gray-500 shadow-2xl"
data-test="help-center-minimize-state">
<Topbar />
</div>
);