import { settings } from "."
import "./tests/testGLTF"
import LingoEditor from "./editor"

settings.autoMount = true

const editor = new LingoEditor()
