Skip to content

Commit 454fe13

Browse files
committed
fix for dragable case sensitivity
1 parent 91ee50b commit 454fe13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Components/WindowLayout/WindowLayout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { Droppable } from './Droppable';
22
import './WindowLayout.css';
33
import Split from './Split';
44
import { Dropdown } from '../Dropdown/dropdown';
5-
import { dragable } from '../Dragable/Dragable';
5+
import { dragable } from '../Dragable/dragable';
66

77
export class WindowPane {
88
static panes = {};

0 commit comments

Comments
 (0)