fix(selectview): small typo in module name

chore(version): bump version to 1.1.0, rebuild
This commit is contained in:
Mahdi Dibaiee
2015-10-24 18:49:25 +03:30
parent dfb7d8aa72
commit 735ef7fa7b
4 changed files with 12 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ import React, { Component } from 'react';
import { refresh, selectView } from 'actions/files-view';
import { show as showDialog } from 'actions/dialog';
import { show as showMenu } from 'actions/menu';
import active from 'actions/active-file';
import { active } from 'actions/file';
import settings from 'actions/settings';
import store, { bind } from 'store';
import { MENU_WIDTH } from './menu';