Skip to content

Commit

Permalink
Relocate LayoutBody
Browse files Browse the repository at this point in the history
  • Loading branch information
okmttdhr committed Dec 17, 2024
1 parent 1c8c5c5 commit 8756047
Show file tree
Hide file tree
Showing 36 changed files with 53 additions and 50 deletions.
10 changes: 1 addition & 9 deletions client/a8c-for-agencies/components/layout/style.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
@import "@wordpress/base-styles/breakpoints";
@import "@wordpress/base-styles/mixins";

.a4a-layout__body {
width: 100%;
overflow-y: auto;
padding-block-start: 16px;
padding-block-end: 32px;
}

.a4a-layout__banner,
.a4a-layout__body {
.a4a-layout__banner {
margin-inline: 0;
max-height: 100%;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import clsx from 'clsx';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderTitle as Title,
} from 'calypso/layout/multi-sites-dashboard/header';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { Card, Badge } from '@automattic/components';
import { Icon, check } from '@wordpress/icons';
import { clsx } from 'clsx';
import { useTranslate } from 'i18n-calypso';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderTitle as Title,
LayoutHeaderActions as Actions,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { Button } from '@wordpress/components';
import { useTranslate } from 'i18n-calypso';
import { useEffect } from 'react';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import AgencyTierLevels from 'calypso/assets/images/a8c-for-agencies/agency-tier/agency-tier-levels.svg';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderTitle as Title,
LayoutHeaderActions as Actions,
Expand Down
2 changes: 1 addition & 1 deletion client/a8c-for-agencies/sections/client/client-landing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ import page from '@automattic/calypso-router';
import { addQueryArgs, getQueryArg, getQueryArgs } from '@wordpress/url';
import { useTranslate } from 'i18n-calypso';
import { useEffect } from 'react';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import {
A4A_CLIENT_SUBSCRIPTIONS_LINK,
A4A_OVERVIEW_LINK,
} from 'calypso/a8c-for-agencies/components/sidebar-menu/lib/constants';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderTitle as Title,
} from 'calypso/layout/multi-sites-dashboard/header';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ import { useTranslate } from 'i18n-calypso';
import { useMemo, ReactNode, useState, useCallback } from 'react';
import { initialDataViewsState } from 'calypso/a8c-for-agencies/components/items-dashboard/constants';
import ItemsDataViews from 'calypso/a8c-for-agencies/components/items-dashboard/items-dataviews';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import useFetchClientProducts from 'calypso/a8c-for-agencies/data/client/use-fetch-client-products';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderTitle as Title,
} from 'calypso/layout/multi-sites-dashboard/header';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { getQueryArg } from '@wordpress/url';
import clsx from 'clsx';
import { useTranslate } from 'i18n-calypso';
import { useCallback, useEffect, useMemo, useState } from 'react';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import {
A4A_MARKETPLACE_DOWNLOAD_PRODUCTS_LINK,
Expand All @@ -18,6 +17,7 @@ import useFetchDashboardSites from 'calypso/data/agency-dashboard/use-fetch-dash
import areLicenseKeysAssignableToMultisite from 'calypso/jetpack-cloud/sections/partner-portal/lib/are-license-keys-assignable-to-multisite';
import isWooCommerceProduct from 'calypso/jetpack-cloud/sections/partner-portal/lib/is-woocommerce-product';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderActions as Actions,
LayoutHeaderSubtitle as Subtitle,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ import { getQueryArg } from '@wordpress/url';
import clsx from 'clsx';
import { useTranslate } from 'i18n-calypso';
import { useCallback, useMemo, useContext, useEffect, useRef, useState } from 'react';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import {
A4A_MARKETPLACE_LINK,
A4A_SITES_LINK,
} from 'calypso/a8c-for-agencies/components/sidebar-menu/lib/constants';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderBreadcrumb as Breadcrumb,
} from 'calypso/layout/multi-sites-dashboard/header';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import page from '@automattic/calypso-router';
import { useBreakpoint } from '@automattic/viewport-react';
import { useTranslate } from 'i18n-calypso';
import { useCallback } from 'react';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import PressableUsageLimitNotice from 'calypso/a8c-for-agencies/components/pressable-usage-limit-notice';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import {
Expand All @@ -12,6 +11,7 @@ import {
} from 'calypso/a8c-for-agencies/components/sidebar-menu/lib/constants';
import QueryProductsList from 'calypso/components/data/query-products-list';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderActions as Actions,
LayoutHeaderBreadcrumb as Breadcrumb,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { useBreakpoint } from '@automattic/viewport-react';
import clsx from 'clsx';
import { useTranslate } from 'i18n-calypso';
import { useCallback } from 'react';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import PressableUsageLimitNotice from 'calypso/a8c-for-agencies/components/pressable-usage-limit-notice';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import {
Expand All @@ -13,6 +12,7 @@ import {
} from 'calypso/a8c-for-agencies/components/sidebar-menu/lib/constants';
import QueryProductsList from 'calypso/components/data/query-products-list';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderActions as Actions,
LayoutHeaderBreadcrumb as Breadcrumb,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ import { Button } from '@automattic/components';
import { Icon, external } from '@wordpress/icons';
import { useTranslate } from 'i18n-calypso';
import { useCallback, useContext, useEffect } from 'react';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import {
A4A_MARKETPLACE_CHECKOUT_LINK,
A4A_MARKETPLACE_HOSTING_LINK,
A4A_MARKETPLACE_LINK,
} from 'calypso/a8c-for-agencies/components/sidebar-menu/lib/constants';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderBreadcrumb as Breadcrumb,
LayoutHeaderActions as Actions,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { getQueryArg } from '@wordpress/url';
import { useTranslate } from 'i18n-calypso';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderTitle as Title,
} from 'calypso/layout/multi-sites-dashboard/header';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ import { useBreakpoint } from '@automattic/viewport-react';
import clsx from 'clsx';
import { useTranslate } from 'i18n-calypso';
import { useEffect, useState } from 'react';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import {
A4A_MARKETPLACE_CHECKOUT_LINK,
A4A_MARKETPLACE_LINK,
} from 'calypso/a8c-for-agencies/components/sidebar-menu/lib/constants';
import useProductsQuery from 'calypso/a8c-for-agencies/data/marketplace/use-products-query';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderActions as Actions,
LayoutHeaderBreadcrumb as Breadcrumb,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import {
} from '@wordpress/icons';
import { useTranslate } from 'i18n-calypso';
import { useCallback, useContext, useState } from 'react';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import {
A4A_MARKETPLACE_CHECKOUT_LINK,
Expand All @@ -23,6 +22,7 @@ import {
} from 'calypso/a8c-for-agencies/components/sidebar-menu/lib/constants';
import useWPCOMOwnedSites from 'calypso/a8c-for-agencies/hooks/use-wpcom-owned-sites';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderBreadcrumb as Breadcrumb,
LayoutHeaderActions as Actions,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import clsx from 'clsx';
import { useTranslate } from 'i18n-calypso';
import { useCallback, useMemo, useState } from 'react';
import A4APaymentDelayedNotice from 'calypso/a8c-for-agencies/components/a4a-payment-delayed-notice';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import { A4A_MIGRATIONS_LINK } from 'calypso/a8c-for-agencies/components/sidebar-menu/lib/constants';
import TextPlaceholder from 'calypso/a8c-for-agencies/components/text-placeholder';
import useGetTipaltiPayee from 'calypso/a8c-for-agencies/sections/referrals/hooks/use-get-tipalti-payee';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderBreadcrumb as Breadcrumb,
LayoutHeaderActions as Actions,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { Button } from '@wordpress/components';
import { useTranslate } from 'i18n-calypso';
import { useCallback } from 'react';
import { CONTACT_URL_FOR_MIGRATION_OFFER_HASH_FRAGMENT } from 'calypso/a8c-for-agencies/components/a4a-contact-support-widget';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderTitle as Title,
LayoutHeaderActions as Actions,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { Button, Card, WordPressLogo } from '@automattic/components';
import { Icon, external } from '@wordpress/icons';
import { useTranslate } from 'i18n-calypso';
import { useCallback } from 'react';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import {
A4A_REFERRALS_BANK_DETAILS_LINK,
Expand All @@ -15,6 +14,7 @@ import { getAccountStatus } from 'calypso/a8c-for-agencies/sections/referrals/li
import tipaltiLogo from 'calypso/a8c-for-agencies/sections/referrals/lib/tipalti-logo';
import pressableIcon from 'calypso/assets/images/pressable/pressable-icon.svg';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderTitle as Title,
LayoutHeaderActions as Actions,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { useTranslate } from 'i18n-calypso';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import { A4A_MIGRATIONS_LINK } from 'calypso/a8c-for-agencies/components/sidebar-menu/lib/constants';
import { TaskSteps } from 'calypso/a8c-for-agencies/components/task-steps';
import useGetTipaltiPayee from 'calypso/a8c-for-agencies/sections/referrals/hooks/use-get-tipalti-payee';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderBreadcrumb as Breadcrumb,
LayoutHeaderActions as Actions,
Expand Down
2 changes: 1 addition & 1 deletion client/a8c-for-agencies/sections/overview/overview.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { useTranslate } from 'i18n-calypso';
import ContentSidebar from 'calypso/a8c-for-agencies/components/content-sidebar';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import PressableUsageLimitNotice from 'calypso/a8c-for-agencies/components/pressable-usage-limit-notice';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderActions as Actions,
LayoutHeaderTitle as Title,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ import page from '@automattic/calypso-router';
import clsx from 'clsx';
import { useTranslate } from 'i18n-calypso';
import { ReactNode, useMemo } from 'react';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import {
A4A_OVERVIEW_LINK,
A4A_PARTNER_DIRECTORY_LINK,
} from 'calypso/a8c-for-agencies/components/sidebar-menu/lib/constants';
import { Item as BreadcrumbItem } from 'calypso/components/breadcrumb';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderBreadcrumb as Breadcrumb,
LayoutHeaderTitle as Title,
Expand Down
2 changes: 1 addition & 1 deletion client/a8c-for-agencies/sections/plugins/controller.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { type Callback } from '@automattic/calypso-router';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderSubtitle as Subtitle,
LayoutHeaderTitle as Title,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { Button } from '@automattic/components';
import { useTranslate } from 'i18n-calypso';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import { A4A_MARKETPLACE_LINK } from 'calypso/a8c-for-agencies/components/sidebar-menu/lib/constants';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderActions as Actions,
LayoutHeaderTitle as Title,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useTranslate } from 'i18n-calypso';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderTitle as Title,
} from 'calypso/layout/multi-sites-dashboard/header';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Button } from '@automattic/components';
import { useTranslate } from 'i18n-calypso';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import PressableUsageLimitNotice from 'calypso/a8c-for-agencies/components/pressable-usage-limit-notice';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import { A4A_MARKETPLACE_LINK } from 'calypso/a8c-for-agencies/components/sidebar-menu/lib/constants';
Expand All @@ -11,6 +10,7 @@ import {
LicenseSortField,
} from 'calypso/jetpack-cloud/sections/partner-portal/types';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderActions as Actions,
LayoutHeaderTitle as Title,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Card } from '@automattic/components';
import clsx from 'clsx';
import { useTranslate } from 'i18n-calypso';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import LayoutStepper from 'calypso/a8c-for-agencies/components/layout/stepper';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import {
Expand All @@ -11,6 +10,7 @@ import {
import PaymentMethodStripeInfo from 'calypso/jetpack-cloud/sections/partner-portal/payment-method-stripe-info';
import { usePaymentMethodStepper } from 'calypso/jetpack-cloud/sections/partner-portal/primary/payment-method-add-v2/hooks/use-payment-method-stepper';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderTitle as Title,
LayoutHeaderSubtitle as Subtitle,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Button } from '@automattic/components';
import clsx from 'clsx';
import { useTranslate } from 'i18n-calypso';
import { useCallback, useMemo, useState } from 'react';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import {
A4A_PAYMENT_METHODS_ADD_LINK,
Expand All @@ -11,6 +10,7 @@ import {
import Pagination from 'calypso/components/pagination';
import { PaymentMethod } from 'calypso/jetpack-cloud/sections/partner-portal/payment-methods';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderActions as Actions,
LayoutHeaderTitle as Title,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { useDesktopBreakpoint } from '@automattic/viewport-react';
import clsx from 'clsx';
import { useTranslate } from 'i18n-calypso';
import { useLayoutEffect, useState } from 'react';
import LayoutBody from 'calypso/a8c-for-agencies/components/layout/body';
import MobileSidebarNavigation from 'calypso/a8c-for-agencies/components/sidebar/mobile-sidebar-navigation';
import {
A4A_REFERRALS_LINK,
Expand All @@ -11,6 +10,7 @@ import {
import StatusBadge from 'calypso/a8c-for-agencies/components/step-section-item/status-badge';
import TextPlaceholder from 'calypso/a8c-for-agencies/components/text-placeholder';
import Layout from 'calypso/layout/multi-sites-dashboard';
import LayoutBody from 'calypso/layout/multi-sites-dashboard/body';
import LayoutHeader, {
LayoutHeaderBreadcrumb as Breadcrumb,
LayoutHeaderActions as Actions,
Expand Down
Loading

0 comments on commit 8756047

Please sign in to comment.