remove lingui warnings

This commit is contained in:
Athou
2024-11-29 14:05:10 +01:00
parent 0a16bb2fba
commit 9915f05f73
44 changed files with 54 additions and 71 deletions

View File

@@ -1,4 +1,4 @@
import { Trans } from "@lingui/macro"
import { Trans } from "@lingui/react/macro"
import { Box, Button, Checkbox, Group, PasswordInput, Stack, TextInput } from "@mantine/core"
import { useForm } from "@mantine/form"
import { client, errorToStrings } from "app/client"