move TopLeftMenu to context_menus folder

This commit is contained in:
Bruno Windels 2018-10-23 15:42:28 +02:00
parent cad0fa05e5
commit 4b90fd5c11
3 changed files with 3 additions and 3 deletions

View file

@ -15,8 +15,8 @@ limitations under the License.
*/
import React from 'react';
import dis from '../../dispatcher';
import { _t } from '../../languageHandler';
import dis from '../../../dispatcher';
import { _t } from '../../../languageHandler';
export class TopLeftMenu extends React.Component {