f3cb75bfc7
Read-only capacity snapshot with utilization donut, top 5 active projects, open demand alert banner, and quick-link grid — single-column card layout optimised for PWA standalone mode. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
10 lines
230 B
TypeScript
10 lines
230 B
TypeScript
import { MobileSummaryClient } from "~/components/mobile/MobileSummaryClient.js";
|
|
|
|
export const metadata = {
|
|
title: "CapaKraken — Mobile Summary",
|
|
};
|
|
|
|
export default function MobilePage() {
|
|
return <MobileSummaryClient />;
|
|
}
|