mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 06:34:21 +00:00
ident: order imports
This commit is contained in:
parent
da2572fe25
commit
4819406af5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue