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,3 +1,3 @@
import { Net } from "@coder/server";
import { Net } from "@coder/protocol";
export = new Net();