clean up old imports (#2331)

This commit is contained in:
Kurt Hutten
2024-05-09 15:38:04 +10:00
committed by GitHub
parent 758aac9328
commit c45eb1e3e3
2 changed files with 0 additions and 7 deletions

View File

@ -4,7 +4,6 @@ import { engineCommandManager, kclManager } from 'lib/singletons'
import { useModelingContext } from 'hooks/useModelingContext'
import { useCommandsContext } from 'hooks/useCommandsContext'
import { ActionButton } from 'components/ActionButton'
import usePlatform from 'hooks/usePlatform'
import { isSingleCursorInPipe } from 'lang/queryAst'
import { useKclContext } from 'lang/KclProvider'
import {
@ -14,7 +13,6 @@ import {
import { useStore } from 'useStore'
export const Toolbar = () => {
const platform = usePlatform()
const { commandBarSend } = useCommandsContext()
const { state, send, context } = useModelingContext()
const toolbarButtonsRef = useRef<HTMLUListElement>(null)