import { Activity } from "lucide-react" import { AppShell } from "~/components/layout/app-shell" import { PageHeader } from "~/components/layout/page-header" import { EmptyState } from "~/components/states" import { pageTitle } from "~/lib/page-meta" export const meta = () => pageTitle("Activity") export default function ActivityRoute() { return ( } title="No activity yet" description={ <> Once your app is doing things, this is where audit events, webhook deliveries, and recent changes show up — pair with{" "} @crema/log-ui. } /> ) }