Skip to content

Commit dc656c7

Browse files
authored
Fixes checkbox.
1 parent ab59094 commit dc656c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
import { Input, Flex, Label, Radio, Grid, Select, Checkbox } from 'theme-ui'
1+
import { Input, Flex, Label, Radio, Grid, Select } from 'theme-ui'
22
import Field from './field'
3+
import Checkbox from './checkbox'
34
import { useEffect, useState } from 'react'
45
import { useTeenagerLedContext } from './teenager-led-context'
56

0 commit comments

Comments
 (0)