mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
Formatting and linting
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Group, Space, Stack, Text, UnstyledButton } from '@mantine/core';
|
||||
import { IconBox, IconStack, IconTextResize } from '@tabler/icons';
|
||||
import { IconBox, IconStack } from '@tabler/icons';
|
||||
import { useTranslation } from 'next-i18next';
|
||||
import { ReactNode } from 'react';
|
||||
import { v4 as uuidv4 } from 'uuid';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Button, Card, Center, Grid, ScrollArea, Stack, Text } from '@mantine/core';
|
||||
import { Button, Card, Center, Grid, Stack, Text } from '@mantine/core';
|
||||
import { TablerIcon } from '@tabler/icons';
|
||||
import { useTranslation } from 'next-i18next';
|
||||
import Image from 'next/image';
|
||||
|
||||
Reference in New Issue
Block a user