diff --git a/jecs.luau b/jecs.luau index 1df49cc..bc997ee 100644 --- a/jecs.luau +++ b/jecs.luau @@ -2196,7 +2196,7 @@ function World.new() return self end -export type Entity = T +export type Entity = T export type Id = | Entity