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 { t } from "@lingui/macro"
import { t } from "@lingui/core/macro"
import { showNotification } from "@mantine/notifications"
import { type PayloadAction, createSlice, isAnyOf } from "@reduxjs/toolkit"
import type { LocalSettings, Settings, UserModel, ViewMode } from "app/types"