Skip to content

Commit

Permalink
Fix import orders
Browse files Browse the repository at this point in the history
  • Loading branch information
nateweller committed Feb 4, 2025
1 parent 7ca5c82 commit 34030cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { Text, Button } from '@automattic/jetpack-components';
import { Notice, Spinner } from '@wordpress/components';
import { __ } from '@wordpress/i18n';
import { Icon, warning } from '@wordpress/icons';
import { useContext } from 'react';
import { Text, Button } from '@automattic/jetpack-components';
import styles from './styles.module.scss';
import { ThreatModalContext } from './index.js';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Button } from '@automattic/jetpack-components';
import { Card, CardBody } from '@wordpress/components';
import { createInterpolateElement } from '@wordpress/element';
import React from 'react';
import { Button } from '@automattic/jetpack-components';
import { UpsellBannerProps } from './types.js';

import './style.scss';
Expand Down

0 comments on commit 34030cc

Please sign in to comment.