Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Update ManifestHandler.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Jan 26, 2023
1 parent 6b25bc5 commit 7ab953e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/xdl/src/start/ManifestHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import chalk from 'chalk';
import express from 'express';
import http from 'http';
import os from 'os';
import { parse, resolve, URL } from 'url';
import { parse, URL } from 'url';

import {
Analytics,
Expand All @@ -22,7 +22,6 @@ import {
UserManager,
UserSettings,
Versions,
Webpack,
} from '../internal';

interface HostInfo {
Expand Down

0 comments on commit 7ab953e

Please sign in to comment.