Fix yarn start

This commit is contained in:
Asher
2019-01-14 15:06:06 -06:00
committed by Kyle Carberry
parent af29ffd959
commit 14f91686c5
8 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
import { CP } from "@coder/server";
import { CP } from "@coder/protocol";
import { client } from "./client";
export = new CP(client);