fix(workspaces): correctly initialize and import workspaces core module (#2486)
This commit is contained in:
@@ -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')
|
||||
}
|
||||
Reference in New Issue
Block a user