add gs
This commit is contained in:
+12
@@ -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
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
local LuaSocialLibrariesDeps = script.Parent
|
||||
|
||||
return {
|
||||
GenericPagination = require(LuaSocialLibrariesDeps.GenericPagination),
|
||||
RoactFitComponents = require(LuaSocialLibrariesDeps.RoactFitComponents),
|
||||
Mock = require(LuaSocialLibrariesDeps.Mock),
|
||||
}
|
||||
+12
@@ -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
|
||||
+12
@@ -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
|
||||
+10
@@ -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",
|
||||
]
|
||||
Reference in New Issue
Block a user