This commit is contained in:
lx
2026-07-06 14:01:11 -04:00
commit c4f97d729d
16468 changed files with 935321 additions and 0 deletions
@@ -0,0 +1,12 @@
--[[
Package link auto-generated by Rotriever
]]
local PackageIndex = script.Parent.Parent
local package = PackageIndex["roblox_genericpagination"]["genericpagination"]
if package.ClassName == "ModuleScript" then
return require(package)
end
return package
@@ -0,0 +1,7 @@
local LuaSocialLibrariesDeps = script.Parent
return {
GenericPagination = require(LuaSocialLibrariesDeps.GenericPagination),
RoactFitComponents = require(LuaSocialLibrariesDeps.RoactFitComponents),
Mock = require(LuaSocialLibrariesDeps.Mock),
}
@@ -0,0 +1,12 @@
--[[
Package link auto-generated by Rotriever
]]
local PackageIndex = script.Parent.Parent
local package = PackageIndex["jtaylor_mock"]["mock"]
if package.ClassName == "ModuleScript" then
return require(package)
end
return package
@@ -0,0 +1,12 @@
--[[
Package link auto-generated by Rotriever
]]
local PackageIndex = script.Parent.Parent
local package = PackageIndex["roblox_roact-fit-components"]["roact-fit-components"]
if package.ClassName == "ModuleScript" then
return require(package)
end
return package
@@ -0,0 +1,10 @@
# Generated by Rotriever. Format subject to change in future releases.
name = "LuaSocialLibrariesDeps"
version = "0.1.1"
commit = "b04c58051c6067aaceb41d062c8eb1ddffeaba0a"
source = "git+https://github.com/roblox/lua-social-libraries-deps#master"
dependencies = [
"GenericPagination roblox/genericpagination 885168d0 git+https://github.com/roblox/genericpagination#master",
"Mock jtaylor/mock d2c4005c git+https://github.com/roblox/mock#master",
"RoactFitComponents roblox/roact-fit-components 1.2.5 url+https://github.com/roblox/roact-fit-components",
]