Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed May 27, 2024
1 parent b50ef64 commit 740dad5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/views/home/Home.index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import TotalDonations from './TotalDonations';
import DonationsCount from './DonationsCount';
import NewDonorsCount from './NewDonorsCount';
import NewDonorsDonationTotalUsd from './NewDonorsDonationTotalUsd';
import { isDevelopment } from '../../../configuration';

const HomeIndex = () => {
return (
Expand Down

0 comments on commit 740dad5

Please sign in to comment.