File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ import * as playStyles from "./playStyles"
3939import * as profileHandler from "./profileHandler"
4040import * as scoreHandler from "./scoreHandler"
4141import * as smfSupport from "./smfSupport"
42+ import * as socketActivation from "./socketActivation"
4243import * as utils from "./utils"
4344import * as webFeatures from "./webFeatures"
4445import * as legacyContractHandler from "./2016/legacyContractHandler"
@@ -105,6 +106,7 @@ export default {
105106 "@peacockproject/core/profileHandler" : profileHandler ,
106107 "@peacockproject/core/scoreHandler" : scoreHandler ,
107108 "@peacockproject/core/smfSupport" : smfSupport ,
109+ "@peacockproject/core/socketActivation" : socketActivation ,
108110 "@peacockproject/core/utils" : utils ,
109111 "@peacockproject/core/webFeatures" : webFeatures ,
110112 "@peacockproject/core/2016/legacyContractHandler" : legacyContractHandler ,
You can’t perform that action at this time.
0 commit comments