UNPKG

@difizen/mana-core

Version:

8 lines 297 B
import { ApplicationComponent } from "./application"; import { ContextComponent } from "./context"; export { ApplicationComponent } from "./application"; export { ContextComponent } from "./context"; export var ManaComponents = { Application: ApplicationComponent, Context: ContextComponent };