import "./state-pill.css"; import { StreamState } from "index"; export function StatePill({ state }: { state: StreamState }) { return {state}; }