fix(workspaces): correctly initialize and import workspaces core module (#2486)

This commit is contained in:
Chuck Driesler
2024-07-15 15:13:17 +01:00
committed by GitHub
parent b528202cbc
commit 8a8536b358
2 changed files with 7 additions and 1 deletions
@@ -0,0 +1,6 @@
import { SpeckleModule } from '@/modules/shared/helpers/typeHelper'
import { moduleLogger } from '@/logging/logging'
export const init: SpeckleModule['init'] = () => {
moduleLogger.info('⚒️ Init workspaces core module')
}