Fix tests broken due to refactor

This commit is contained in:
Tom Southall
2022-02-17 14:06:51 +00:00
parent 61a804f593
commit 7783080796
6 changed files with 6 additions and 34 deletions

View File

@@ -1,4 +1,4 @@
import React, { useState, useEffect, useRef, useContext, useMemo } from 'react'
import React, { useState, useEffect, useRef, useContext } from 'react'
import setify from 'setify' // Sets input value without changing cursor position
import { TurnstoneContext } from '../context/turnstone'
import Items from './items'