import React from 'react'; import { Flex, Text, Button, Separator, Box, Badge } from '@radix-ui/themes'; export default function TablePlaceholder() { return ( Proxy Hosts {[1, 2, 3].map((i) => ( {`host-${i}.example.com`} {`http://10.0.0.${i}:8080`} Online ))} ); }