Skip to content

Commit

Permalink
chore: fixes lint
Browse files Browse the repository at this point in the history
  • Loading branch information
feugy committed Jul 7, 2022
1 parent 0a9994a commit e42bdf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next/server/dev/next-dev-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import type { RoutingItem } from '../base-server'

import crypto from 'crypto'
import fs from 'fs'
import chalk from 'next/dist/compiled/chalk'
import { Worker } from 'next/dist/compiled/jest-worker'
import findUp from 'next/dist/compiled/find-up'
import { join as pathJoin, relative, resolve as pathResolve, sep } from 'path'
Expand Down

0 comments on commit e42bdf7

Please sign in to comment.