Skip to content

Commit

Permalink
fix: remove unnesessary files
Browse files Browse the repository at this point in the history
  • Loading branch information
fletcherist committed Jul 13, 2018
1 parent 957c750 commit c9f778f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/alice.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import express from 'express'
import Commands from './commands'
import { Sessions } from './sessions'
import { merge, compose } from 'ramda'
import fetch from 'node-fetch'

import Scene from './scene'
import Ctx from './ctx'
Expand All @@ -14,11 +12,8 @@ import {
isFunction,
} from './utils'

import { ALICE_API_URL } from './constants'

import {
applyMiddlewares,
MiddlewareType,
} from './middlewares'

import aliceStateMiddleware from './middlewares/aliceStateMiddleware'
Expand Down

0 comments on commit c9f778f

Please sign in to comment.