Skip to content

Commit

Permalink
🔤 fix(): Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
gimenete committed Jul 12, 2018
1 parent b28a2d1 commit fa3548c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/library.ts
@@ -1,7 +1,7 @@
import Core from './core'
import { IDatabaseAdapter } from './database/adapter'
import KnexAdapter from './database/knex'
import MongoAdapter from './database/mongo'
import IDatabaseAdapter from './database/adapter'
import DefaultEmailService from './services/email'
import TwilioSMSService from './services/sms/twilio'
import Crypto from './utils/crypto'
Expand Down

0 comments on commit fa3548c

Please sign in to comment.