diff --git a/packages/core/src/components/ProgressBars/ProgressCard.tsx b/packages/core/src/components/ProgressBars/ProgressCard.tsx index dc3ee7aa35..9b4a0d79e0 100644 --- a/packages/core/src/components/ProgressBars/ProgressCard.tsx +++ b/packages/core/src/components/ProgressBars/ProgressCard.tsx @@ -17,7 +17,7 @@ import React, { FC } from 'react'; import { makeStyles } from '@material-ui/core'; import InfoCard from 'layout/InfoCard'; -import { Props as BottomLinkProps } from '../layout/BottomLink'; +import { Props as BottomLinkProps } from '../../layout/BottomLink'; import CircleProgress from './CircleProgress'; type Props = {