import type { PropsWithChildren } from "react"; export function WithLiveStream({ children }: PropsWithChildren) { // placeholder for future providers // theme, router, query-client, etc. return children; }