🏷️ Apply namespace types to translations

This commit is contained in:
Manuel
2023-08-05 17:45:50 +02:00
parent a287b87a4a
commit bd4b7b8c13
4 changed files with 11 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
import { Button, Group, Stack, Text } from '@mantine/core';
import { ContextModalProps } from '@mantine/modals';
import { Trans, useTranslation } from 'next-i18next';
import React from 'react';
import { useConfigContext } from '../../../../config/provider';
import { useConfigStore } from '../../../../config/store';