import GameAccounts from '../../../components/GameAccounts.jsx' import VendorSales from '../../../components/VendorSales.jsx' import { api } from '../../../api/client.js' // Staff link their OWN in-game account and view their characters — the same // shared component players use, pointed at the staff self-service endpoints. export default function AdminCharacters() { return (

Link your own game account to view your characters, stats, skills and vendors.

`/admin/characters/${serial}`} />
) }