Skip to content

Commit

Permalink
Change folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamid Yaftian committed Oct 31, 2022
1 parent 80a4707 commit 1f3eca4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ const CancelWizardDialog = ({ onConfirm, onCancel, is_visible }: TCancelWizardDi
);
};

export { CancelWizardDialog };
export default CancelWizardDialog;
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import CancelWizardDialog from './cancel-wizard-dialog';

export default CancelWizardDialog;

This file was deleted.

0 comments on commit 1f3eca4

Please sign in to comment.