Skip to content

Commit

Permalink
fix: use correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaHungDinh committed Aug 18, 2023
1 parent 2af10fc commit bb7cbd9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import TabPanel from '../TabPanel';

import {
CustomStyleSettings,
DonateButton,
DonateButtonSettings,
DonationConfirmation,
DonationGoalSettings,
EmailSettings,
Expand Down Expand Up @@ -39,7 +39,7 @@ const tabs = [
)}
/>
<FormSummarySettings />
<DonateButton />
<DonateButtonSettings />
<DonationGoalSettings />
<RegistrationSettings />
<DonationConfirmation />
Expand Down

0 comments on commit bb7cbd9

Please sign in to comment.