common is now a node package
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Networking } from "@flamework/networking";
|
||||
|
||||
import { SetSetting } from "./typings/settings";
|
||||
import { SetSetting } from "../shared/typings/settings";
|
||||
|
||||
/**
|
||||
* Global client to server events.
|
||||
|
||||
Vendored
+1
-1
@@ -1,4 +1,4 @@
|
||||
import { SettingDefinition } from "@common/shared/typings/settings";
|
||||
import { SettingDefinition } from "./typings/settings";
|
||||
|
||||
/**
|
||||
* Type definition of the setting definition file.
|
||||
|
||||
Reference in New Issue
Block a user