fix: remove unused LuaUIComponent type import in loadLuaUIPackage

This commit is contained in:
2025-12-29 22:49:31 +00:00
parent 3f12f2d23a
commit df40166a60

View File

@@ -5,7 +5,7 @@ import { createLuaEngine } from '@/lib/lua/engine/core/create-lua-engine'
import { pushToLua } from '@/lib/lua/functions/converters/push-to-lua'
import { fromLua } from '@/lib/lua/functions/converters/from-lua'
import { normalizeLuaComponent } from './normalize-lua-structure'
import type { LuaUIManifest, LuaUIPackage, LuaUIPage, LuaUIComponent } from './types/lua-ui-package'
import type { LuaUIManifest, LuaUIPackage, LuaUIPage } from './types/lua-ui-package'
const lua = fengari.lua
const lauxlib = fengari.lauxlib