Skip to content

Commit

Permalink
Remove stale import
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtallen committed Jun 18, 2020
1 parent 7e87a98 commit 4cd4e98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/landing/gutenboarding/stores/onboard/selectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
* Internal dependencies
*/
import type { State } from './reducer';
import { isEnabled } from '../../../../config';

export const getIsRedirecting = ( state: State ) => state.isRedirecting;
export const getState = ( state: State ) => state;
Expand Down

0 comments on commit 4cd4e98

Please sign in to comment.