upgrade framer-motion to 11

This commit is contained in:
Kendall Garner 2024-04-28 18:59:05 -07:00
parent c36f0a055d
commit 5259f2401b
No known key found for this signature in database
GPG key ID: 18D2767419676C87
4 changed files with 17 additions and 48 deletions

View file

@ -1,9 +1,9 @@
import { Group } from '@mantine/core';
import { useDragControls, Reorder } from 'framer-motion';
import { useDragControls, Reorder, DragControls } from 'framer-motion';
import { MdDragIndicator } from 'react-icons/md';
import { Checkbox } from '/@/renderer/components';
const DragHandle = ({ dragControls }: any) => {
const DragHandle = ({ dragControls }: { dragControls: DragControls }) => {
return (
<MdDragIndicator
color="white"