Skip to content
This repository was archived by the owner on Feb 23, 2024. It is now read-only.

Commit 566f2cd

Browse files
authored
Move renderFrontend to internal dependencies (#1152)
1 parent b6598a9 commit 566f2cd

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

assets/js/blocks/attribute-filter/frontend.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
1-
/**
2-
* External dependencies
3-
*/
4-
import renderFrontend from '../../utils/render-frontend.js';
5-
61
/**
72
* Internal dependencies
83
*/
94
import Block from './block.js';
5+
import renderFrontend from '../../utils/render-frontend.js';
106

117
const getProps = ( el ) => {
128
return {

0 commit comments

Comments
 (0)