Skip to content

Commit d42ab25

Browse files
committed
Remove duplicate checkbox import
1 parent 88b086b commit d42ab25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/fiscal-sponsorship/apply/personal-form.js

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import Field from './field'
33
import Checkbox from './checkbox'
44
import { useEffect, useState } from 'react'
55
import { useTeenagerLedContext } from './teenager-led-context'
6-
import Checkbox from './checkbox'
76

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

0 commit comments

Comments
 (0)