fix(card-sorting): add missing useMemo import

This commit is contained in:
Thomas Hallock 2025-10-23 23:04:29 -05:00
parent 30953b8c4a
commit 949d76d844
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
import { css } from '../../../../styled-system/css'
import { useCardSorting } from '../Provider'
import { useSpring, animated, config, useSprings } from '@react-spring/web'
import { useState, useEffect, useRef } from 'react'
import { useState, useEffect, useRef, useMemo } from 'react'
import type { SortingCard } from '../types'
// Add result animations