Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jenny-s51 committed Oct 9, 2023
1 parent 91ce850 commit df94ba8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/react-core/src/demos/examples/Wizard/InModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {
WizardHeader,
WizardStep
} from '@patternfly/react-core';
import DashboardWrapper from '@patternfly/react-core/src/demos/DashboardWrapper';
import { DashboardWrapper } from '@patternfly/react-core/src/demos/DashboardWrapper';

export const WizardInModalDemo: React.FunctionComponent = () => (
<>
Expand Down
2 changes: 1 addition & 1 deletion packages/react-core/src/demos/examples/Wizard/InPage.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { PageSection, PageSectionTypes, PageSectionVariants, Wizard, WizardStep } from '@patternfly/react-core';
import DashboardWrapper from '@patternfly/react-core/src/demos/DashboardWrapper';
import { DashboardWrapper } from '@patternfly/react-core/src/demos/DashboardWrapper';

export const WizardFullPage: React.FC = () => (
<React.Fragment>
Expand Down

0 comments on commit df94ba8

Please sign in to comment.