Revert "sort imports" (#6100)
Revert "sort imports (#6094)"
This reverts commit 2fc8cb5376
.
This commit is contained in:
@ -1,11 +1,10 @@
|
||||
import { Dialog, Transition } from '@headlessui/react'
|
||||
import { useCalculateKclExpression } from 'lib/useCalculateKclExpression'
|
||||
import { Fragment } from 'react'
|
||||
import { CreateNewVariable } from './AvailableVarsHelpers'
|
||||
import { ActionButton } from './ActionButton'
|
||||
import { toast } from 'react-hot-toast'
|
||||
import { type InstanceProps, create } from 'react-modal-promise'
|
||||
|
||||
import { ActionButton } from './ActionButton'
|
||||
import { CreateNewVariable } from './AvailableVarsHelpers'
|
||||
import { useCalculateKclExpression } from 'lib/useCalculateKclExpression'
|
||||
|
||||
type ModalResolve = { variableName: string }
|
||||
type ModalReject = boolean
|
||||
|
Reference in New Issue
Block a user