move ast types into seperate ts file (#169)

This commit is contained in:
Kurt Hutten
2023-07-13 16:57:22 +10:00
committed by GitHub
parent 317dc6d0b2
commit 3fc4d71a1e
28 changed files with 234 additions and 265 deletions

View File

@ -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,