From 117b94850901cd21b5928df2e0c58a0276db10d1 Mon Sep 17 00:00:00 2001 From: Mohamed Elgendy <73666749+mohamed111112@users.noreply.github.com> Date: Thu, 4 Jan 2024 18:35:30 +0300 Subject: [PATCH] Update Donate.js --- website/src/theme/Donate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/theme/Donate.js b/website/src/theme/Donate.js index a84ccf1b1..727c5228a 100644 --- a/website/src/theme/Donate.js +++ b/website/src/theme/Donate.js @@ -1,5 +1,5 @@ import React from 'react'; -import DonationBox from '../../DonationBox'; +import DonationBox from '../../DonationBox.js'; const Donate = () => { return ;