Skip to content

Commit

Permalink
Import the dotcom specific styles (#98340)
Browse files Browse the repository at this point in the history
  • Loading branch information
Imran92 authored Jan 14, 2025
1 parent 1b3e3d7 commit f58be2a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ import LayoutColumn from 'calypso/layout/hosting-dashboard/column';
import DomainManagement from 'calypso/my-sites/domains/domain-management';
import { domainManagementRoot } from 'calypso/my-sites/domains/paths';

// Add Dotcom specific styles
import 'calypso/sites/components/dotcom-style.scss';

type DomainDashboardLayoutProps = {
innerContent: React.ReactNode;
selectedDomainName: string;
Expand Down

0 comments on commit f58be2a

Please sign in to comment.