import { Activity } from "lucide-react" import { AppShell } from "~/components/layout/app-shell" import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "~/components/ui/card" import { pageTitle } from "~/lib/page-meta" export const meta = () => pageTitle("Activity") export default function ActivityRoute() { return ( Activity Event stream, audit log, recent changes.

No activity yet

Once your app is doing things, this is where audit events, webhook deliveries, and recent changes show up — pair with{" "} @crema/log-ui.

) }