Skip to content

Commit

Permalink
update: removed conflicting imports
Browse files Browse the repository at this point in the history
  • Loading branch information
nirbhayel committed Nov 11, 2024
1 parent e43dea9 commit 053e3d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/settings/assets/js/hooks/use-auth.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import API from '../api';
import { UPGRADE_LINK } from '../constants';
import { usePluginSettingsContext } from '../context/plugin-settings-context';

export const useAuth = () => {
const { subscriptionId } = 123;
Expand Down

0 comments on commit 053e3d2

Please sign in to comment.