Fixes checkbox.

This commit is contained in:
sarthak 2024-12-10 21:19:22 -06:00 committed by GitHub
parent ab5909417c
commit dc656c74ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,6 @@
import { Input, Flex, Label, Radio, Grid, Select, Checkbox } from 'theme-ui'
import { Input, Flex, Label, Radio, Grid, Select } from 'theme-ui'
import Field from './field'
import Checkbox from './checkbox'
import { useEffect, useState } from 'react'
import { useTeenagerLedContext } from './teenager-led-context'