mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 16:05:47 +01:00
🚨 Linting and add icons
Adds future support for self hosted icons
This commit is contained in:
0
public/icons/.gitkeep
Normal file
0
public/icons/.gitkeep
Normal file
@@ -1,12 +1,4 @@
|
|||||||
import {
|
import { Text, Card, Anchor, AspectRatio, Image, Center, createStyles } from '@mantine/core';
|
||||||
Text,
|
|
||||||
Card,
|
|
||||||
Anchor,
|
|
||||||
AspectRatio,
|
|
||||||
Image,
|
|
||||||
Center,
|
|
||||||
createStyles,
|
|
||||||
} from '@mantine/core';
|
|
||||||
import { motion } from 'framer-motion';
|
import { motion } from 'framer-motion';
|
||||||
import { useState } from 'react';
|
import { useState } from 'react';
|
||||||
import { useSortable } from '@dnd-kit/sortable';
|
import { useSortable } from '@dnd-kit/sortable';
|
||||||
|
|||||||
Reference in New Issue
Block a user