mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Fixes checkbox.
This commit is contained in:
parent
ab5909417c
commit
dc656c74ba
1 changed files with 2 additions and 1 deletions
|
|
@ -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'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue