1// RootTenantControl.jsx
2// Simple control for root tenant actions/visibility
3import React from 'react';
4import { apiFetch } from '../lib/api';
6export default function RootTenantControl() {
10 border: '1px solid #e0e0e0',
20 <span className="material-symbols-outlined" style={{color:'#0066cc'}}>verified_user</span>
21 <span>Root Tenant: You have full access to all tenants and data.</span>