Skip to content

Commit

Permalink
Further tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
alshakero committed Feb 6, 2025
1 parent 449a737 commit 2dea134
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { SiteDetails } from '@automattic/data-stores';
import debugFactory from 'debug';
import { useEffect } from 'react';
import { Flow, StepperStep } from '../types';
import { isUserLoggedIn } from 'calypso/state/current-user/selectors';
import { useSelector } from 'calypso/state';
import { isUserLoggedIn } from 'calypso/state/current-user/selectors';
import type { Flow, StepperStep } from '../types';

const debug = debugFactory( 'calypso:stepper:preloading' );

Expand Down

0 comments on commit 2dea134

Please sign in to comment.