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,5 @@
local PremiumUpsellDeps = script.Parent
return {
RoactFitComponents = require(PremiumUpsellDeps.RoactFitComponents),
}
@@ -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"]