Import
This file redirects the require to the correct importer based on the current run context.
This particular version of the Import module (The one found within Orion Packages) is a generic Importer prebuilt for use with most Supersocial projects.
[Example Usage]
local RS = game:GetService("ReplicatedStorage")
local Import = require(RS.Orion.Import)
local MyModule = Import("MyModule")