Skip to content

Commit

Permalink
fixed build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lovelgeorge99 committed Sep 24, 2024
1 parent 8d3a59e commit ea79fe0
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
Flex,
brandColors,
} from '@giveth/ui-design-system';
import Link from 'next/link';
import styled from 'styled-components';
import { useIntl } from 'react-intl';
import { ProjectStats } from './ProjectStats';
Expand All @@ -16,7 +15,6 @@ import MobileDonateFooter from './MobileDonateFooter';
import QFSection from './QFSection';
import { DonateSection } from './DonationSection';
import { ProjectPublicActions } from './ProjectPublicActions';
import Routes from '@/lib/constants/Routes';

export const ProjectActionCard = () => {
const isMobile = !useMediaQuery(device.tablet);
Expand Down

0 comments on commit ea79fe0

Please sign in to comment.