diff --git a/src/index.js b/src/index.js index fb7b8a50ed8..0ee3f08e892 100644 --- a/src/index.js +++ b/src/index.js @@ -6,11 +6,13 @@ import { render } from '@wordpress/element'; /** * Internal dependencies */ -import { App } from './app'; +import { App } from './App'; import './index.scss'; -const appRoot = document.getElementById( 'woocommerce-admin-test-helper-app-root' ); +const appRoot = document.getElementById( + 'woocommerce-admin-test-helper-app-root' +); -if ( appRoot ) { - render( , appRoot ); -} \ No newline at end of file +if (appRoot) { + render(, appRoot); +}