remove build errors

This commit is contained in:
unsoftcapped3 2022-12-11 19:46:27 -08:00 committed by GitHub
parent 50bf6db5ce
commit 34c0094075
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,6 +25,7 @@ import { render } from "util/vue";
import { computed, unref, watchEffect } from "vue";
import elves from "./elves";
import trees from "./trees";
import management from "./management";
interface FoundationConversionOptions {
scaling: ScalingFunction;