Remove spurious import.

This commit is contained in:
Sam Rose 2024-07-24 15:17:03 +01:00
parent ac8b759262
commit c0cff4b834
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ import Koa from "koa"
import { Server } from "http"
import { AddressInfo } from "net"
import fs from "fs"
import { c } from "tar"
let STARTUP_RAN = false