diff --git a/features/platform-admin/frontend-admin/src/pages/regions/history/RegionsHistoryPage.tsx b/features/platform-admin/frontend-admin/src/pages/regions/history/RegionsHistoryPage.tsx index d7f3c81d4..af2ddd333 100644 --- a/features/platform-admin/frontend-admin/src/pages/regions/history/RegionsHistoryPage.tsx +++ b/features/platform-admin/frontend-admin/src/pages/regions/history/RegionsHistoryPage.tsx @@ -8,10 +8,7 @@ import { useQuery } from '@tanstack/react-query'; import { fetchRegions, fetchRegionHistory, type Region, type RegionStatusHistoryEntry } from '@/api'; - -const HeaderSection = styled.div` - margin-bottom: ${({ theme }: { theme: import("@lilith/ui-theme").ThemeInterface }) => theme.spacing.xl}; -`; +import { HeaderSection } from '@/components/admin-pages/SharedPageComponents'; const FilterBar = styled.div` display: flex;