diff --git a/frontends/nextjs/src/lib/lua/functions/sandbox/execution/execute-with-sandbox.ts b/frontends/nextjs/src/lib/lua/functions/sandbox/execution/execute-with-sandbox.ts index eaf4d03c6..9114fccfc 100644 --- a/frontends/nextjs/src/lib/lua/functions/sandbox/execution/execute-with-sandbox.ts +++ b/frontends/nextjs/src/lib/lua/functions/sandbox/execution/execute-with-sandbox.ts @@ -2,7 +2,7 @@ import type { LuaExecutionContext } from '../types' import type { LuaExecutionResult } from '../types' import type { SecurityScanResult } from '../../../../security/scanner/security-scanner' import { securityScanner } from '../../../../security/scanner/security-scanner' -import { LuaEngine } from '../../../../engine/core/LuaEngine' +import { LuaEngine } from '../../../engine/core/LuaEngine' import type { SandboxedLuaEngineState } from './types' export interface SandboxedLuaResult {