Skip to content

Commit

Permalink
Remove unused vars in CQMHome (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
drbgfc authored Apr 19, 2024
1 parent 6bb8039 commit 727e286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/cqmt/CqmHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import GitHubIcon from '@mui/icons-material/GitHub'
import LoginIcon from '@mui/icons-material/Login'
import CardWithImage from '@shared/CardWithImage'
import TrackChangesIcon from '@mui/icons-material/TrackChanges'
import { AnnouncementOutlined, ArrowForward, TipsAndUpdatesOutlined } from '@mui/icons-material'
import { ArrowForward, TipsAndUpdatesOutlined } from '@mui/icons-material'
// import cypressKnowledgeBaseImagery from '@public/cqm-qrda/Cypress-Knowledge-Base1.svg'
import cypressImagery from '@public/cqm-qrda/Cypress.svg'
// Styles
Expand All @@ -17,7 +17,7 @@ import SectionHeader from '../shared/SectionHeader'
import VerticalCard from './VerticalCard'
import CardWithBorder from '../shared/CardWithBorder'
// Images
const maxWidth: number = 320
// const maxWidth: number = 320

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

0 comments on commit 727e286

Please sign in to comment.