Merged in refactor/small-cleanup (pull request #3252)

fix: some cleanup

* fix: some cleanup


Approved-by: Emma Zettervall
This commit is contained in:
Matilda Landström
2025-11-28 13:57:30 +00:00
parent 9294f0958b
commit c29b724317
6 changed files with 41 additions and 45 deletions

View File

@@ -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()