import { SidePanelContent, SidePanelScrollArea } from '../SidePanel/SidePanel' /** * @deprecated Use `SidePanelContent` from `@chainlink/blocks` instead. * This will be removed in the next major version of Blocks. */ export const SheetSidebarContent = SidePanelContent /** * @deprecated Use `SidePanelScrollArea` from `@chainlink/blocks` instead. * This will be removed in the next major version of Blocks. */ export const SheetScrollArea = SidePanelScrollArea