mirror of
https://github.com/thelounge/thelounge.git
synced 2026-03-14 14:35:50 +01: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…
Add table
Add a link
Reference in a new issue