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 = "6d4213307f9d059e422026c5f8ad1a37a3489a9b"
source = "git+https://github.rbx.com/roblox/lua-social-libraries-deps#master"
dependencies = [
"GenericPagination roblox/genericpagination 6cc56178 git+https://github.rbx.com/roblox/genericpagination#master",
"Mock jtaylor/mock d2c4005c git+https://github.rbx.com/roblox/mock#master",
"RoactFitComponents roblox/roact-fit-components 1.2.5 url+https://github.com/roblox/roact-fit-components",
]