Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #106 from latitudegames/modules/sserver-updates
Browse files Browse the repository at this point in the history
Add initSharedEngine and ThothComponent to exports
  • Loading branch information
Sean Gillespie authored Oct 6, 2021
2 parents 743d0f1 + 8c4ca89 commit 273c00c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { getComponents, components } from './src/components/components'
import { initEditor } from './src/editor'
import { initSharedEngine } from './src/engine'
import { Task } from './src/plugins/taskPlugin/task'
import { ThothComponent } from './src/thoth-component'

export { getComponents } from './src/components/components'
export { initEditor } from './src/editor'
Expand All @@ -10,6 +12,8 @@ export { Task } from './src/plugins/taskPlugin/task'
export default {
components,
getComponents,
initSharedEngine,
initEditor,
Task,
ThothComponent,
}

0 comments on commit 273c00c

Please sign in to comment.