Skip to content

Commit

Permalink
Removed unused useEffect from Hero.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ojbravo committed May 1, 2024
1 parent 8b42c31 commit e4b8812
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/homepage/Hero.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect, useState } from 'react'
import React, { useState } from 'react'
import { VideoModal } from './VideoModal.jsx'
import iconSprite from '../common/uswds/img/sprite.svg'

Expand Down

0 comments on commit e4b8812

Please sign in to comment.