🚨 Linting and add icons

Adds future support for self hosted icons
This commit is contained in:
ajnart
2022-05-24 20:15:07 +02:00
parent 4ae4b224c7
commit 4984866fb3
2 changed files with 1 additions and 9 deletions

0
public/icons/.gitkeep Normal file
View File

View File

@@ -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';