Merged in refactor/small-cleanup (pull request #3252)
fix: some cleanup * fix: some cleanup Approved-by: Emma Zettervall
This commit is contained in:
@@ -41,7 +41,9 @@ import { trackLinkClick } from "@/utils/tracking/profilingConsent"
|
||||
|
||||
import styles from "./form.module.css"
|
||||
|
||||
import type { SignUpFormProps } from "@/types/components/form/signupForm"
|
||||
interface SignUpFormProps {
|
||||
title: string
|
||||
}
|
||||
|
||||
export default function SignupForm({ title }: SignUpFormProps) {
|
||||
const intl = useIntl()
|
||||
|
||||
Reference in New Issue
Block a user