move ast types into seperate ts file (#169)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import { Dialog, Transition } from '@headlessui/react'
|
||||
import { Fragment, useState } from 'react'
|
||||
import { Value } from '../lang/abstractSyntaxTree'
|
||||
import { Value } from '../lang/abstractSyntaxTreeTypes'
|
||||
import {
|
||||
AvailableVars,
|
||||
addToInputHelper,
|
||||
|
Reference in New Issue
Block a user