Skip to content

Commit

Permalink
fix the funds issue (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Payalpie authored Nov 20, 2024
1 parent d878e00 commit 0a1d99b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 69 deletions.
64 changes: 0 additions & 64 deletions src/components/donations/FundDropDown.tsx

This file was deleted.

9 changes: 4 additions & 5 deletions src/components/donations/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
export { BankForm } from "./BankForm"
export { Donations } from "./Donations"
export { CardForm } from "./CardForm"
export { DonationForm } from "./DonationForm"
export { FundDonations } from "./FundDonations"
export { Donations } from "./Donations"
export { FundDonation } from "./FundDonation"
export { RecurringDonations } from "./RecurringDonations"
export { FundDonations } from "./FundDonations"
export { PaymentMethods } from "./PaymentMethods"
export { CardForm } from "./CardForm"
export { FundDropDown } from "./FundDropDown"
export { RecurringDonations } from "./RecurringDonations"

0 comments on commit 0a1d99b

Please sign in to comment.