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