Skip to content

Commit 818780b

Browse files
committed
Clean ErrorStack
1 parent 0e8f6b0 commit 818780b

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

packages/module/src/ErrorBoundary/ErrorBoundary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as React from 'react';
22
import { ExpandableSection, Title } from '@patternfly/react-core';
33
import { ErrorState } from '../ErrorState';
4-
import ErrorStack from './ErrorStack';
4+
import ErrorStack from '../ErrorStack';
55

66
export interface ErrorPageProps {
77
/** The title to display on the error page */
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export * from './ErrorStack';
1+
export * from '../ErrorStack/ErrorStack';
22
export * from './ErrorBoundary';
File renamed without changes.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
export { default } from './ErrorStack';
2+
export * from './ErrorStack';

0 commit comments

Comments
 (0)