Skip to content

Commit

Permalink
fix: remove another accidental import of test code from the build
Browse files Browse the repository at this point in the history
  • Loading branch information
bradenmacdonald committed Aug 27, 2024
1 parent 7d73945 commit ba3464e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import PropTypes from 'prop-types';

import { Form } from '@openedx/paragon';
import { EditConfirmationButtonsInternal as EditConfirmationButtons } from './EditConfirmationButtons';
import EditConfirmationButtons from './EditConfirmationButtons';

const EditableHeader = ({
handleChange,
Expand Down

0 comments on commit ba3464e

Please sign in to comment.