mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 14:57:26 +08:00
7 lines
159 B
JavaScript
7 lines
159 B
JavaScript
import TabNavigation from '../../ReusableComponents/TabNavigation';
|
|
|
|
const Dashboard = () => {
|
|
return <div>Settings Page</div>;
|
|
};
|
|
|
|
export default Dashboard;
|