Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
chamathns committed Apr 1, 2024
1 parent 3ee321b commit e7a5e2d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions features/admin-branding-v1/components/branding-core.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ import {
ConfirmationModal,
DangerZone,
DangerZoneGroup,
DocumentationLink,
GenericIcon,
Message,
PageLayout,
useDocumentation,
useMediaContext
} from "@wso2is/react-components";
Expand Down Expand Up @@ -60,10 +57,8 @@ import {
BrandingPreferenceInterface,
BrandingPreferenceLayoutInterface,
BrandingPreferenceThemeInterface,
PredefinedLayouts,
PredefinedThemes
PredefinedLayouts
} from "../models";
import BrandingPreferenceProvider from "../providers/branding-preference-provider";
import { BrandingPreferenceUtils } from "../utils";

/**
Expand Down

0 comments on commit e7a5e2d

Please sign in to comment.