Skip to content

Commit

Permalink
Fixes checkbox.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthaktexas authored Dec 11, 2024
1 parent ab59094 commit dc656c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/fiscal-sponsorship/apply/personal-form.js
Original file line number Diff line number Diff line change
@@ -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'

Expand Down

0 comments on commit dc656c7

Please sign in to comment.