/** * External dependencies */ import { useState } from '@wordpress/element'; /** * Internal dependencies */ import { Tabs } from './tabs'; import { SectionNav } from './section-nav'; import './style.scss'; const Settings = ( { params } ) => { const settingsData = window.wcSettings?.admin?.settingsPages; if ( ! settingsData ) { return