Skip to content

Commit

Permalink
Merge pull request #248 from newfold-labs/add/installer-module
Browse files Browse the repository at this point in the history
Remove unused import
  • Loading branch information
arunshenoy99 authored Jun 5, 2023
2 parents 3a23d72 + 47d4014 commit 53198a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OnboardingSPA/utils/api/plugins.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import apiFetch from '@wordpress/api-fetch';

import { installerRestURL, onboardingRestURL } from './common';
import { onboardingRestURL } from './common';
import { getQueryParam } from '../index';
import { resolve } from './resolve';
import { NFD_PLUGINS_QUERY_PARAM } from '../../../constants';
Expand Down

0 comments on commit 53198a1

Please sign in to comment.