mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 02:57:30 +00:00
More case sensitivity
This commit is contained in:
parent
bfb2a48235
commit
2d4ad3f60c
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import React from "react";
|
|||
import { connect } from "react-redux";
|
||||
import { CLOSE_PRESETS_CONTEXT_MENU } from "../actionTypes";
|
||||
import { openFileDialog, downloadPreset } from "../actionCreators";
|
||||
import { ContextMenu, Node } from "./contextMenu";
|
||||
import { ContextMenu, Node } from "./ContextMenu";
|
||||
|
||||
const MainContextMenu = props =>
|
||||
<ContextMenu closeMenu={props.closeMenu} selected={props.selected} top>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue