Remove unused import

Summary: ^

Reviewed By: passy

Differential Revision: D36310809

fbshipit-source-id: c9faa2b685fc57c8a022cf497a843f3c137716d7
This commit is contained in:
Lorenzo Blasa
2022-05-11 06:56:20 -07:00
committed by Facebook GitHub Bot
parent 1818b87166
commit 2493de75ab

View File

@@ -20,8 +20,6 @@ import xdgBasedir from 'xdg-basedir';
import proxy from 'http-proxy'; import proxy from 'http-proxy';
import exitHook from 'exit-hook'; import exitHook from 'exit-hook';
import {userInfo} from 'os';
type Config = { type Config = {
port: number; port: number;
staticDir: string; staticDir: string;