Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Prevent circular dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
opr committed Oct 30, 2023
1 parent 81e6457 commit aae9bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/form-step/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
* External dependencies
*/
import classnames from 'classnames';
import { Title } from '@woocommerce/blocks-components';

/**
* Internal dependencies
*/
import './style.scss';
import Title from '../title';

interface StepHeadingProps {
title: string;
Expand Down

0 comments on commit aae9bfb

Please sign in to comment.