Update components/slack/join-form.js

This commit is contained in:
Sam Poder 2023-02-21 11:07:06 +08:00 committed by GitHub
parent affc1dba9e
commit c5d1a3c609
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
import { Card, Label, Input, Textarea, Select, Grid, Text } from 'theme-ui'
import { Card, Label, Input, Textarea, Select, Grid, Text, Link } from 'theme-ui'
import { useRouter } from 'next/router'
import useForm from '../../lib/use-form'
import Submit from '../submit'