Fix various eslint issues

This commit is contained in:
2025-05-23 23:03:05 +02:00
parent ad2334c414
commit 78de42d195
24 changed files with 65 additions and 61 deletions

View File

@@ -1,6 +1,6 @@
import React from 'react';
import { Box, Stack, TextInput } from '@mantine/core';
import type { UserProfileSettings } from '../../../types/settings';
import type { UserProfileSettings } from '@/types/models';
interface ProfileSettingsProps {
settings: UserProfileSettings;