Skip to content

Commit

Permalink
fix: wrong case sensitive path './Command'
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas authored Jul 8, 2018
1 parent 64b24f5 commit f2ea4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scene.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Alice from './alice'
import Commands from './commands'
import Command from './Command'
import Command from './command'
import Ctx from './ctx'

import { configInterface } from './types/alice'
Expand Down

0 comments on commit f2ea4ea

Please sign in to comment.