add gs
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
local PremiumUpsellDeps = script.Parent
|
||||
|
||||
return {
|
||||
RoactFitComponents = require(PremiumUpsellDeps.RoactFitComponents),
|
||||
}
|
||||
+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
|
||||
@@ -0,0 +1,6 @@
|
||||
# Generated by Rotriever. Format subject to change in future releases.
|
||||
name = "PremiumUpsellDeps"
|
||||
version = "0.0.0"
|
||||
commit = "c51030b70236f2e9d69bb34348b7e045c2c437f6"
|
||||
source = "git+https://github.com/roblox/premium-upsell-deps#master"
|
||||
dependencies = ["RoactFitComponents roblox/roact-fit-components 1.2.5 url+https://github.com/roblox/roact-fit-components"]
|
||||
Reference in New Issue
Block a user