1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2026-03-24 05:22:02 +00:00

refactor: remove unused imports

This commit is contained in:
Duong Tran
2018-12-03 17:45:01 +11:00
parent 3f51f59c55
commit b605e0d3e3
5 changed files with 2 additions and 9 deletions

View File

@@ -1,5 +1,4 @@
import passport from "passport";
import request from "request";
import passportLocal from "passport-local";
import passportFacebook from "passport-facebook";
import _ from "lodash";