fixed toms stupid

This commit is contained in:
2022-04-09 20:12:43 -05:00
parent 8ca78cbe4b
commit 82d361d7ef
6 changed files with 12 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import {EvaluationResult, Maybe} from '../types'
import {EvaluationResult, Maybe} from '../support/types'
import {MathStatement} from '../support/parse'
import {computed} from 'vue'
import Katex from './Katex.vue'