mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-13 08:55:48 +01:00
💄 Prettier repository
This commit is contained in:
@@ -1,23 +1,24 @@
|
||||
import { forwardRef, useImperativeHandle, useState } from 'react';
|
||||
import {
|
||||
Autocomplete,
|
||||
CloseButton,
|
||||
Stack,
|
||||
Title,
|
||||
Text,
|
||||
Group,
|
||||
Loader,
|
||||
createStyles,
|
||||
Box,
|
||||
CloseButton,
|
||||
Group,
|
||||
Image,
|
||||
SelectItemProps,
|
||||
Loader,
|
||||
ScrollArea,
|
||||
SelectItemProps,
|
||||
Stack,
|
||||
Text,
|
||||
Title,
|
||||
createStyles,
|
||||
} from '@mantine/core';
|
||||
import { IconSearch } from '@tabler/icons-react';
|
||||
import { useTranslation } from 'next-i18next';
|
||||
import { forwardRef, useImperativeHandle, useState } from 'react';
|
||||
import { api } from '~/utils/api';
|
||||
|
||||
import { humanFileSize } from '../../tools/humanFileSize';
|
||||
import { DebouncedImage } from './DebouncedImage';
|
||||
import { api } from '~/utils/api';
|
||||
|
||||
export const IconSelector = forwardRef(
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user