Skip to content

Commit

Permalink
Move the TaxRate component to the pages/settings/setup-tax-rate d…
Browse files Browse the repository at this point in the history
…irectory.
  • Loading branch information
eason9487 committed Dec 20, 2024
1 parent 2c33b70 commit 164c233
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { useAdaptiveFormContext } from '~/components/adaptive-form';
import StepContent from '~/components/stepper/step-content';
import StepContentActions from '~/components/stepper/step-content-actions';
import StepContentFooter from '~/components/stepper/step-content-footer';
import TaxRate from '~/components/free-listings/configure-product-listings/tax-rate';
import TaxRate from '~/pages/settings/setup-tax-rate/tax-rate';
import useDisplayTaxRate from '~/pages/settings/setup-tax-rate/useDisplayTaxRate';
import ChooseAudienceSection from '~/components/free-listings/choose-audience-section';
import ShippingRateSection from '~/components/shipping-rate-section';
Expand Down

0 comments on commit 164c233

Please sign in to comment.