Skip to content

Commit f7784b5

Browse files
committed
#25464: Removed relative path
1 parent 02dfa0d commit f7784b5

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/js/grid

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/js/grid/masonry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* See COPYING.txt for license details.
44
*/
55
define([
6-
'./listing',
6+
'Magento_Ui/js/grid/listing',
77
'jquery',
88
'ko'
99
], function (Listing, $, ko) {

0 commit comments

Comments
 (0)