import { Boxes } 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("Resources") export default function ResourcesRoute() { return ( Resources A list/detail surface for the entities your app manages.

No resources yet

This route is the canonical "traditional" surface. Drop in{" "} @crema/table-ui or{" "} @crema/data-ui when you have data to show.

) }