🔥 Minor code cleanup

This commit is contained in:
Philipp Stracker 2025-01-22 16:50:35 +01:00
parent c6be73a536
commit dcf918f2c2
No known key found for this signature in database
2 changed files with 2 additions and 5 deletions

View file

@ -1,4 +1,5 @@
import { __ } from '@wordpress/i18n';
import { ControlTextInput } from '../../../../../ReusableComponents/SettingsBlocks';
import { SettingsHooks } from '../../../../../../data';
import SettingsBlock from '../../../../../ReusableComponents/SettingsBlock';

View file

@ -1,9 +1,5 @@
import { __, sprintf } from '@wordpress/i18n';
import {
Header,
Title,
Description,
} from '../../../../../ReusableComponents/Elements';
import SettingsBlock from '../../../../../ReusableComponents/SettingsBlock';
import { ControlToggleButton } from '../../../../../ReusableComponents/SettingsBlocks';
import { SettingsHooks } from '../../../../../../data';