Skip to content

Commit

Permalink
Merge pull request #1448 from hackclub/garyhtou/duplicate-checkbox
Browse files Browse the repository at this point in the history
Remove duplicate checkbox import
  • Loading branch information
garyhtou authored Jan 7, 2025
2 parents 88b086b + d42ab25 commit 85594d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/fiscal-sponsorship/apply/personal-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Field from './field'
import Checkbox from './checkbox'
import { useEffect, useState } from 'react'
import { useTeenagerLedContext } from './teenager-led-context'
import Checkbox from './checkbox'

export default function PersonalInfoForm({ requiredFields }) {
const [selectedContactOption, setSelectedContactOption] = useState('Email')
Expand Down

0 comments on commit 85594d5

Please sign in to comment.