Fix module layout to make more sense

This commit is contained in:
Lucien Greathouse
2018-08-13 15:24:35 -07:00
parent f3e7e54675
commit 1db06194c7
4 changed files with 6 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ local HttpService = game:GetService("HttpService")
local HTTP_DEBUG = false
local Promise = require(script.Parent.Parent.modules.Promise)
local Promise = require(script.Parent.Parent.Promise)
local HttpError = require(script.Parent.HttpError)
local HttpResponse = require(script.Parent.HttpResponse)