Skip to content

Commit

Permalink
update index export
Browse files Browse the repository at this point in the history
  • Loading branch information
lpreterite committed Nov 4, 2019
1 parent 5319fe1 commit 6ebf0d1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import { default as contact, constructor as Contact } from "./contact"
import { default as schema, constructor as Schema } from "./schema"
import { default as agent, constructor as Agent } from "./agent"
import { default as context, constructor as Context } from "./context"
const classes = { Model, Contact, Schema, Agent, Context }
import { default as remote, constructor as Remote } from "./remote"
const classes = { Model, Contact, Schema, Agent, Context, Remote }
const constructors = classes
export { hooks, utils, model, contact, schema, agent, context, classes, constructors }
export default { utils, hooks, model, contact, schema, agent, context, classes, constructors }
export { hooks, utils, model, contact, schema, agent, context, remote, classes, constructors }
export default { utils, hooks, model, contact, schema, agent, context, remote, classes, constructors }

0 comments on commit 6ebf0d1

Please sign in to comment.