move TopLeftMenu to context_menus folder
This commit is contained in:
parent
cad0fa05e5
commit
4b90fd5c11
3 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue