Skip to content

Commit

Permalink
Partner Portal: Fix incorrect import order
Browse files Browse the repository at this point in the history
  • Loading branch information
atanas-dev committed Mar 23, 2021
1 parent 7a87322 commit 89ce0ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ import QueryJetpackPartnerPortalPartner from 'calypso/components/data/query-jetp
import Main from 'calypso/components/main';
import CardHeading from 'calypso/components/card-heading';
import Spinner from 'calypso/components/spinner';
import { useReturnUrl } from 'calypso/jetpack-cloud/sections/partner-portal/hooks';

/**
* Style dependencies
*/
import './style.scss';
import { useReturnUrl } from 'calypso/jetpack-cloud/sections/partner-portal/hooks';

export default function SelectPartnerKey(): ReactElement | null {
const translate = useTranslate();
Expand Down

0 comments on commit 89ce0ff

Please sign in to comment.