import { observer } from "mobx-react"; export const TeamViewEmptyState = observer(function TeamViewEmptyState() { return <>; });