Archived
1
0

Move providers from app to routes

This commit is contained in:
Asher
2020-10-15 17:47:20 -05:00
parent 6000e389bc
commit 9f25cc6d5d
8 changed files with 7 additions and 7 deletions

View File

@ -2,8 +2,8 @@ import * as assert from "assert"
import * as fs from "fs-extra"
import * as http from "http"
import * as path from "path"
import { LatestResponse, UpdateHttpProvider } from "../src/node/app/update"
import { AuthType } from "../src/node/cli"
import { LatestResponse, UpdateHttpProvider } from "../src/node/routes/update"
import { SettingsProvider, UpdateSettings } from "../src/node/settings"
import { tmpdir } from "../src/node/util"