/** * Re-export of the generic focus-trap helpers, kept here for backwards * compatibility with existing `shared-utils/fileupload` imports. The canonical * implementation now lives in `shared-utils/focus-trap`. */ export { getFocusableElements, trapTabInside } from '../focus-trap';