common is now a node package
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { GlobalEvents, GlobalFunctions } from "@common/shared/network";
|
||||
import { GlobalEvents, GlobalFunctions } from "../shared/network";
|
||||
|
||||
export const Events = GlobalEvents.createClient({});
|
||||
export const Functions = GlobalFunctions.createClient({});
|
||||
|
||||
Reference in New Issue
Block a user