Fix defined but never used warnings (#3045)

This commit is contained in:
Jonathan Tran
2024-07-17 00:26:14 -04:00
committed by GitHub
parent c64175425b
commit 60e187bd3e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
import { useLayoutEffect, useEffect, useRef, useState } from 'react'
import { useLayoutEffect, useEffect, useRef } from 'react'
import { engineCommandManager, kclManager } from 'lib/singletons'
import { deferExecution } from 'lib/utils'
import { Themes } from 'lib/theme'