// Import the new modular tokens table import TokensPage from './tokens'; // Export the new component for backward compatibility const TokensTable = TokensPage; export default TokensTable;