🐛 Fix incorrect import

This commit is contained in:
Philipp Stracker 2025-01-23 15:19:22 +01:00
parent 874b9c5e96
commit c536787215
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -1,8 +1,8 @@
import { __ } from '@wordpress/i18n';
import { ControlSelect } from '@wordpress/components';
import Accordion from '../../../../ReusableComponents/AccordionSection';
import SettingsBlock from '../../../../ReusableComponents/SettingsBlock';
import { ControlSelect } from '../../../../ReusableComponents/Controls';
import { SettingsHooks } from '../../../../../data';
const OtherSettings = () => {

View file

@ -1,4 +1,5 @@
import { __ } from '@wordpress/i18n';
import {
ControlRadioGroup,
ControlToggleButton,