mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 22:04:56 +00:00
fix: remove unused LuaUIComponent type import in loadLuaUIPackage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user