fix: bring back checkbox!

This commit is contained in:
sarthak 2024-04-02 10:20:22 -05:00 committed by GitHub
parent 659b5cf456
commit 3624fb101d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
import { useState, useEffect } from 'react'
import { Input, Select, Textarea } from 'theme-ui'
// import Checkbox from './checkbox'
import Checkbox from './checkbox'
import Field from './field'
// This is using country-list instead of country-list-js as it has a smaller bundle size
import { getNames } from 'country-list'