We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8f6b0 commit 818780bCopy full SHA for 818780b
packages/module/src/ErrorBoundary/ErrorBoundary.tsx
@@ -1,7 +1,7 @@
1
import * as React from 'react';
2
import { ExpandableSection, Title } from '@patternfly/react-core';
3
import { ErrorState } from '../ErrorState';
4
-import ErrorStack from './ErrorStack';
+import ErrorStack from '../ErrorStack';
5
6
export interface ErrorPageProps {
7
/** The title to display on the error page */
packages/module/src/ErrorBoundary/index.ts
@@ -1,2 +1,2 @@
-export * from './ErrorStack';
+export * from '../ErrorStack/ErrorStack';
export * from './ErrorBoundary';
…/module/src/ErrorBoundary/ErrorStack.tsx …ges/module/src/ErrorStack/ErrorStack.tsxpackages/module/src/ErrorBoundary/ErrorStack.tsx renamed to packages/module/src/ErrorStack/ErrorStack.tsx
packages/module/src/ErrorStack/index.ts
@@ -0,0 +1,2 @@
+export { default } from './ErrorStack';
+export * from './ErrorStack';
0 commit comments