Update newMatter.lua

This commit is contained in:
Michael 2024-05-03 12:10:37 -04:00 committed by GitHub
parent 32381c9cf6
commit 164de6dbb4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -383,9 +383,6 @@ local function assertValidComponentInstance(value, position)
end
end
--!optimize 2
--!native
--!strict
local component = require(script.Parent.component)
local topoRuntime = require(script.Parent.topoRuntime)
local Component = require(script.Parent.component)