⬆️ Upgrade to Mantine v5.1.0 (from v5.0.2)

This commit is contained in:
ajnart
2022-08-08 13:52:07 +02:00
parent 439874e811
commit 9fa4836038
5 changed files with 102 additions and 124 deletions

View File

@@ -1,6 +1,5 @@
import {
ActionIcon,
Box,
Button,
Card,
Group,
@@ -10,7 +9,6 @@ import {
TextInput,
useMantineColorScheme,
} from '@mantine/core';
import { useHover } from '@mantine/hooks';
import { IconAdjustments } from '@tabler/icons';
import { motion } from 'framer-motion';
import { useState } from 'react';