import { TopBar } from 'tvu-react-pilot' const Surface = ({ children }: any) => (
{children}
) // TopBar needs a width wrapper (mirrors App.tsx width:520). export const AfterLogin = () => (
) export const AfterLoginNoSearch = () => (
) export const BeforeLogin = () => (
)