import React from 'react' import { Button, Modal, ModalClose, ModalContent, ModalFooter, ModalHeader, ModalPortal, ModalTitle, ModalTrigger, } from '@janhq/uikit' import { Paintbrush } from 'lucide-react' type Props = { onUpdateClick: () => void } const UpdateExtensionModal: React.FC = ({ onUpdateClick }) => { return ( e.stopPropagation()}>
Update extension
Clean Thread

Updating this extension may result in the loss of any custom models or data associated with the current version. We recommend backing up any important data before proceeding with the update.

e.stopPropagation()}>
) } export default React.memo(UpdateExtensionModal)