Skip to content

Commit

Permalink
fix: removed unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
CurtisUnderwood committed Jun 19, 2023
1 parent 73be09d commit 84bd512
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/pages/learn/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import rulesOfThumbForPublicPensionsSmImage from '../../../public/assets/rules-o
import { HeroBanner } from '../../components/HeroBanner'
import Layout from '../../components/Layout'
import { getDCTermsTitle } from '../../utils/seo-utils'
import { useRouter } from 'next/router'

interface LearnCardProps {
desciption: string
Expand Down

0 comments on commit 84bd512

Please sign in to comment.