Skip to content

Commit

Permalink
Donation box
Browse files Browse the repository at this point in the history
Donation box
  • Loading branch information
mohamed111112 authored Jan 3, 2024
1 parent cdd8abe commit 6cfb8e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/src/theme/Donate.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
import React from 'react';
import DonationBox from '../../DonationBox';

const Donate = () => {
return <DonationBox />;
};

export default Donate;

0 comments on commit 6cfb8e9

Please sign in to comment.