diff --git a/public/icons/.gitkeep b/public/icons/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/src/components/AppShelf/AppShelfItem.tsx b/src/components/AppShelf/AppShelfItem.tsx index 585f14bd1..047caa9dc 100644 --- a/src/components/AppShelf/AppShelfItem.tsx +++ b/src/components/AppShelf/AppShelfItem.tsx @@ -1,12 +1,4 @@ -import { - Text, - Card, - Anchor, - AspectRatio, - Image, - Center, - createStyles, -} from '@mantine/core'; +import { Text, Card, Anchor, AspectRatio, Image, Center, createStyles } from '@mantine/core'; import { motion } from 'framer-motion'; import { useState } from 'react'; import { useSortable } from '@dnd-kit/sortable';