mirror of
https://github.com/System-End/site.git
synced 2026-04-19 20:55:09 +00:00
Remove duplicate checkbox import
This commit is contained in:
parent
88b086b802
commit
d42ab2524d
1 changed files with 0 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue