Fixed an import

This commit is contained in:
WolverinDEV 2020-09-17 19:07:14 +02:00
parent a91db39308
commit 640e918677

View file

@ -15,7 +15,7 @@ import {ServerEntry as ServerEntryView} from "./Server";
import {ClientEntry as ClientEntryView} from "./Client";
import {ChannelEntry, ChannelEvents} from "tc-shared/tree/Channel";
import {ServerEntry} from "tc-shared/tree/server"; /* this is an update message for travis ;) */
import {ServerEntry} from "tc-shared/tree/Server";
import {ClientEntry, ClientType} from "tc-shared/tree/Client";
import * as log from "tc-shared/log";
import {LogCategory} from "tc-shared/log";