ident: order imports

This commit is contained in:
Reto Brunner 2024-05-09 17:24:53 +02:00
parent da2572fe25
commit 4819406af5

View file

@ -1,9 +1,9 @@
import log from "./log";
import fs from "fs";
import net, {Socket} from "net";
import colors from "chalk";
import Helper from "./helper";
import Config from "./config";
import log from "./log";
type Connection = {
socket: Socket;