import { Banner, Button, IconInfo32 } from '@create-figma-plugin/ui'; import { Stack } from '@ui/components/Stack'; import { useFigma } from '@ui/context'; export const PluginReload = () => { const { reload, cancel } = useFigma(); return ( }> Changes detected. Please reload the plug-in to ensure all modifications are included in the exported file. ); };