Skip to content
This repository was archived by the owner on Feb 22, 2022. It is now read-only.

Commit fe4f8c5

Browse files
committed
Fix issue with npm release
1 parent ebf9dab commit fe4f8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Configuration.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
} from '@patternfly/react-core';
99

1010
import "./Configuration.scss";
11-
import PresetSelection from './PresetSelection';
11+
import PresetSelection from './PresetSelection.jsx';
1212

1313
export default class Configuration extends React.Component {
1414
constructor(props) {

0 commit comments

Comments
 (0)