import { Logo } from 'tvu-react-pilot'
// DS is dark-default (:root tokens). Cards render on white, so wrap every story
// on the DS's own dark surface — mirrors react-pilot App.tsx Card.
const Surface = ({ children }: any) => (
{children}
)
// Logo renders the registry brand SVG — `tvu` (full mark) or `ts` (compact).
// Not hand-drawn: the graphic comes from icon/logo/TVU · icon/logo/ts.
export const Brand = () => (
)
export const Sizes = () => (
)