Skip to content

Commit

Permalink
Update installer.js
Browse files Browse the repository at this point in the history
  • Loading branch information
officiallygod committed Oct 10, 2024
1 parent 1ca2b09 commit e9f1d6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Installer/installer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ import { render } from '@wordpress/element';
* Internal dependencies
*/
import { INSTALLER_DIV } from './constants';
import App from './components/App/index';

// eslint-disable-next-line import/no-unresolved
import App from './components/App';

domReady( () => {
renderModal( INSTALLER_DIV );
Expand Down

0 comments on commit e9f1d6c

Please sign in to comment.