# elasticpress/4.2.1/assets/js/ordering/index.js

ElasticPress, version 4.2.1. 12 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/4.2.1/code/assets/js/ordering/index.js
- Raw: https://pluginprobe.com/plugins/elasticpress/4.2.1/raw/assets/js/ordering/index.js
- Modified: 2022-05-26T12:34:34+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elasticpress/4.2.1/code/assets/js/ordering/index.js#L10-L20`.

```javascript
/**
 * WordPress dependencies.
 */
import { render } from '@wordpress/element';

/**
 * Internal dependencies.
 */
import { Pointers } from './pointers';

render(<Pointers />, document.getElementById('ordering-app'));

```
