Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mattystank committed Oct 18, 2024
1 parent e583215 commit e40c11f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/c-cda/CCDAHome.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Box, Container, Divider, Typography } from '@mui/material'
import { Box, Container, Divider } from '@mui/material'
import oneclick from '@public/c-cda/oneclick.svg'
import scorecard from '@public/c-cda/scorecard.svg'
import uscdiv1 from '@public/c-cda/uscdi-v1.svg'
Expand All @@ -9,8 +9,6 @@ import CardWithImage from '@shared/CardWithImage'
import styles from '@shared/styles.module.css'
import Link from 'next/link'
import SectionHeader from '../shared/SectionHeader'
import palette from '@/styles/palette'
import { TipsAndUpdatesOutlined } from '@mui/icons-material'

const CCDAHome = () => {
const maxWidthMainValidatorCards = 390
Expand Down

0 comments on commit e40c11f

Please sign in to comment.