mirror of
https://github.com/thelounge/thelounge
synced 2024-11-21 19:43:07 +00:00
test/client: fix import path
This commit is contained in:
parent
f25fee4c6c
commit
4ceafb653f
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
import {expect} from "chai";
|
||||
import {NetworkConfig} from "../server/models/network";
|
||||
import {ChanConfig, ChanType} from "../server/models/chan";
|
||||
import {ChanConfig} from "../server/models/chan";
|
||||
import {ChanType} from "../shared/types/chan";
|
||||
import ClientManager from "../server/clientManager";
|
||||
import Client from "../server/client";
|
||||
import log from "../server/log";
|
||||
|
|
Loading…
Reference in a new issue