Fixed an import
This commit is contained in:
parent
a91db39308
commit
640e918677
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue