fix: aria-label warnings for edit profile form

This commit is contained in:
Simon Emanuelsson
2024-04-16 12:59:58 +02:00
parent 21a839488a
commit 4ee4570373
11 changed files with 20 additions and 19 deletions

View File

@@ -2,7 +2,6 @@ import { redirect } from "next/navigation"
import { overview } from "@/constants/routes/myPages"
import type { Lang } from "@/constants/languages"
import type { LangParams, PageArgs } from "@/types/params"
export default function MyPages({ params }: PageArgs<LangParams>) {