Skip to content

Commit 6e5c85b

Browse files
committed
fix case sensitive import
1 parent b5a5f80 commit 6e5c85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/selenium-ide/src/neo/__test__/stores/view/Variables.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
// under the License.
1717

1818
import { useStrict } from 'mobx'
19-
import Variables from '../../../stores/view/variables'
19+
import Variables from '../../../stores/view/Variables'
2020

2121
useStrict(true)
2222

0 commit comments

Comments
 (0)